Shell/Bash: corntab using nano Example
Shell/Bash Example: This is the "corntab using nano" Example. compiled from many sources on the internet by SimpleTutorials.org
crontab use nano
// nano export VISUAL=nano; crontab -e // vim export VISUAL=vim; crontab -e
corntab using nano
EDITOR=nano crontab -e. This will use nano only for that execution.
* Summary: This "corntab using nano" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!