Hacker News new | ask | show | jobs
by gcmeplz 1671 days ago
`SECONDS` is like `PWD`: the shell keeps track of updating it somewhere, and it'll tell you how long your shell has been running.

https://www.oreilly.com/library/view/shell-scripting-expert/...

1 comments

Thank you. That make sense now.