Difference between revisions of "Default Editor Linux"
From MS Computech
(Created page with "'''วิธีการเปลี่ยน Default editor Linux''' <pre> # export EDITOR=nano </pre>") |
|||
| Line 2: | Line 2: | ||
<pre> | <pre> | ||
# export EDITOR=nano | # export EDITOR=nano | ||
| + | </pre> | ||
| + | |||
| + | หรือ | ||
| + | <pre> | ||
| + | # EDITOR=nano crontab -e | ||
</pre> | </pre> | ||
Latest revision as of 10:21, 26 September 2012
วิธีการเปลี่ยน Default editor Linux
# export EDITOR=nano
หรือ
# EDITOR=nano crontab -e