Forrest logo
back to context overview

time

List of commands for time:

  • time:tldr:07cc6 time: Display the current system time and prompt to enter a new time (leave empty to keep unchanged).
    $ time
    try on your machine
    explain this command
  • time:tldr:0f32c time: Time "ls".
    $ time ls
    try on your machine
    explain this command
  • time:tldr:dd12e time: Display the current system time without prompting for a new time.
    $ time /t
    try on your machine
    explain this command
back to context overview