The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Performance problem with my script ...suggestions pls
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Performance problem with my script ...suggestions pls
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
02-22-2008
awk
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>
awk
View Public Profile
Find all posts by awk