Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

open crontab in nano

EDITOR=nano crontab -e. This will use nano only for that execution. 
alias crontab='EDITOR=nano /usr/bin/crontab' This will work on your current session
Source by www.garron.me #
 
PREVIOUS NEXT
Tagged: #open #crontab #nano
ADD COMMENT
Topic
Name
9+8 =