Consider any two commands. command 1 and command 2 with this script
SCRIPT
command 1
stop two seconds after execution of first command and then execute the second command
command 2
Can we make make a script where a command 2 is to be performed after two seconds after the execution of command 1.
How to achieve the second step?