scripts - How can I track time from the command-line? - Ask Ubuntu


i looking command track time.

i imagine following workflow:

  1. run command
  2. ...do else...
  3. return terminal window , stop command
  4. as output receive time elapsed between 3 , 1

this answer suggests use

time cat 

and use ctrl-d see time.

you can use

time read 

and use enter key

also check this answer on same question


Comments

Popular posts from this blog

Windows XP installation, no previous version of Windows NT - Super User

software installation - How to install linux driver for a lb-link wireless usb adapter - Ask Ubuntu

permissions - Mount is denied because the NTFS volume is already exclusively opened - Ask Ubuntu