Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

crontab edit

crontab -e		# open user crontab in edit mode
i      			# for insert.  Make your changes
:wq!   			# quit and save
crontab -l		# open user crontab in read mode
Source by www.howtogeek.com #
 
PREVIOUS NEXT
Tagged: #crontab #edit
ADD COMMENT
Topic
Name
8+1 =