Monday, March 14, 2016
scheduling tasks
$ at 11:50
crontab allows you to run a repeating command at a different time or date every time that time or date happens. to do this you have to use the command:
Thursday, March 10, 2016
AT
at is a great command that you can use to activate commands at another time.
to use at all you have to do is type at and the time:
$ at 15:00
this will change the dollar signs to
at>
then you can type the commands into the console
then to exit the console by hitting ctrl-D
to use at all you have to do is type at and the time:
$ at 15:00
this will change the dollar signs to
at>
then you can type the commands into the console
then to exit the console by hitting ctrl-D
Subscribe to:
Comments (Atom)