home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX Power Tools

UNIX Power ToolsSearch this book
Previous: 40.2 Waiting a Little While: sleep Chapter 40
Delayed Execution
Next: 40.4 Choosing the Shell Run (We Hope) by at
 

40.3 The at Command

The at facility submits a command line (or a script) for execution at an arbitrary later time. It has the form:

% 

at 



options time < scriptfile

This submits the scriptfile for execution at a later time . The redirection ( < ) isn't required on BSD and some other UNIX systems. If you don't want to write a script, you can omit it and type your commands on the terminal, terminated by CTRL-d:

% 

at 



options time
Command 1
Command 2


...

[CTRL-d]

The time is most commonly a four-digit number representing a time on a 24-hour clock. For example, 0130 represents 1:30 a.m. and 1400 represents 2 p.m. You can also use abbreviations such as 1am , 130pm , and so on.

- ML from O'Reilly & Associates' System Performance Tuning , Chapter 3


Previous: 40.2 Waiting a Little While: sleep UNIX Power Tools Next: 40.4 Choosing the Shell Run (We Hope) by at
40.2 Waiting a Little While: sleep Book Index 40.4 Choosing the Shell Run (We Hope) by at

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System