maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   Issue a command after a certain time in Xterminal (https://talk.maemo.org/showthread.php?t=46252)

bachagabriel 2010-03-02 00:14

Issue a command after a certain time in Xterminal
 
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

Re: Issue a command after a certain time in Xterminal
 
try
command; sleep 3; command

spanner 2010-03-02 00:19

Re: Issue a command after a certain time in Xterminal
 
Code:

echo "message 1"; sleep 3; echo "message 2";


All times are GMT. The time now is 12:28.

vBulletin® Version 3.8.8