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


batch

batch

Execute commands entered on standard input. End with EOF . Unlike at , which executes commands at a specific time, batch executes commands one after another (waiting for each one to complete). This avoids the potentially high system load caused by running several background jobs at once. See also at .

batch is equivalent to at -q b -m now .

Example

$ batch


sort

 in
 >

 out

troff -ms

 bigfile
 >

 bigfile.ps

EOF


Previous: Reference: basename UNIX in a Nutshell: System V Edition Next: Reference: bc
Reference: basename Book Index Reference: bc

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