at

The 'at' command is used to provide automatic starting of JNOS commands scheduled at predetermined times. After scheduling a command, it is executed once then the command is deleted from the list. Note however, the command may be a source command to execute a series of commands and one of those commands may re-schedule the next occurance thus creating a repeating command.

at This form displays all scheduled at commands plus its id number.

at time <cmd> This form adds a new command into the list of scheduled commands.

at kill <id_num> [<id_num>...] This form of the 'at' command kills (i.e., deletes) scheduled commands with the <id_num>. Use the simple form of the command (above) to see the list of all pending commands.

at (last edited 2007-10-22 20:52:51 by GeorgeVerDuin)