Tagged Questions
4
votes
1answer
241 views
Querying the current time of a city from terminal
I have friends all over the globe and before calling them I need to know their current time. Is there an application in Linux where one can query a city (if exists) in terminal (something like this): ...
1
vote
1answer
151 views
Command to monitor elapsed time in background?
I've been trying to find a decent way to monitor elapsed time in the shell. Basically, I'm asking for a stopwatch. The end result is easy enough to accomplish; I've seen examples of using time read, ...