![]() |
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 |
Re: Issue a command after a certain time in Xterminal
try
command; sleep 3; command |
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