Linux Command - sleep Posted on 2022-05-21 In Linux-Command sleep - delay for a specified number of seconds Syntax1sleep seconds Examplesleep for 3 seconds 1sleep 3 echo ‘DONE’ after 2 seconds 1(sleep 2; echo 'DONE')