Tuesday, November 4, 2014

Window's Timeout Command on Linux, Read [Random]

 

I was trying to figure out a command in Linux that I can use in my bash script that would function similarly to the timeout command in Window's command prompt. After some googling, I find that "read -t 3" in Linux behaves similarly to "timeout /t 3" in Windows.