On Thu, 19 Sep 2002, -JhAzEr- wrote: .. > For example i have two commands to execute in a script, i want the > second command to execute after 30sec upon running the first command. Is > this possible?
some basic Unix reading would come up with the correct answer. That, or a search on Google. anyway /usr/bin/my_first_command sleep 30 /usr/bin/my_second_command will do it. next time RTFM. --- Orlando Andico <[EMAIL PROTECTED]> Mosaic Communications, Inc. _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
