I'm not sure why you need beep . If all you want is a stopwatch, you can do this: while true; do echo -ne "`date`\r"; done. That will show you the seconds ...
確定! 回上一頁