Linux – Run command after 1 hour in Linux

commandlinuxunix

I just want to echo my string after 1 hour. I saw at command but it can run script at specific time (HH:MM). I want my echo command to run after 1 hour whatever the time it is.

Best Answer

It is sleep 60m && ls