PDA

View Full Version : Issue a command after a certain time in Xterminal


bachagabriel
2010-03-02, 00:14
Is there a way to issue a command after a certain time in xterminal?

example:
Command
Wait 3 secs
Command

nbosch1
2010-03-02, 00:19
try
command; sleep 3; command

spanner
2010-03-02, 00:19
echo "message 1"; sleep 3; echo "message 2";