Search Results

Search: Posts Made By: Dedeepthi
16,302
Posted By jsmithstl
# # write the current crontab to a file. # ...
#
# write the current crontab to a file.
#
crontab -l > crontab.txt

#
# append the new command to the file.
#
echo "new command" >> crontab.txt

#
# replace the current crontab with the...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 02:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy