The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-22-2008
awk awk is offline
Registered User
 

Join Date: Feb 2007
Posts: 114
quick answer - use the "sleep" command to make your process go dormant for a set amount of time.

do a man sleep - but basically, the command is sleep <seconds>
Reply With Quote