Jul 312010
Simple timer in Linux
Answer:
To create a simple timer and return when time-up, use the following command.
# time read -t 3
real 0m3.000s
user 0m0.000s
sys 0m0.000s
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Simple timer in Linux
Answer:
To create a simple timer and return when time-up, use the following command.
# time read -t 3
real 0m3.000s
user 0m0.000s
sys 0m0.000s