Reply
Thread Tools
Posts: 240 | Thanked: 68 times | Joined on Nov 2009
#1
Is there a way to issue a command after a certain time in xterminal?

example:
Command
Wait 3 secs
Command
__________________
If I helped you, please use the Thank button.
 
Posts: 10 | Thanked: 4 times | Joined on Jan 2010
#2
try
command; sleep 3; command
 

The Following User Says Thank You to nbosch1 For This Useful Post:
spanner's Avatar
Posts: 253 | Thanked: 184 times | Joined on Nov 2009 @ Bristol, UK
#3
Code:
echo "message 1"; sleep 3; echo "message 2";
 

The Following 2 Users Say Thank You to spanner For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 00:44.