You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Linux Users Club India
while executing a script i need to delay execution of one command. @
present the system is skipping the result of command & executing the
next line. plz help me out . my script as follows
in this script am getting output only for ps -ef command & not for
fsfstatus as fsfstatus takes bit time, the script is skipping the
output of fsfstatus and executes echo i.e. next line. plz suggest wats
the appropriate command to troubleshoot this,i tried sleep & wait but
these are in vain.
Nilesh Barot
unread,
Feb 27, 2008, 5:23:46 AM2/27/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Linux Users Club India
Hi,
you can use sleep 600 to wait for 10 minutes...
adjust timing as per your requirement.