Shell: is it possible to delay a command without using `sleep`?
29
votes
11
answers
32410
views
Are there any substitutes, alternatives or bash tricks for delaying commands without using
sleep
? For example, performing the below command without actually using sleep:
$ sleep 10 && echo "This is a test"
Asked by user321697
(319 rep)
Nov 19, 2018, 10:52 AM
Last activity: May 10, 2024, 02:11 PM
Last activity: May 10, 2024, 02:11 PM