Forrest logo
back to context overview

logsave

List of commands for logsave:

  • logsave:tldr:13c8e logsave: Show verbose output.
    $ logsave -v ${logfile} ${command}
    try on your machine
    explain this command
  • logsave:tldr:3b3cb logsave: Take input from standard input and save it in a log file.
    $ logsave ${logfile} -
    try on your machine
    explain this command
  • logsave:tldr:76da3 logsave: Execute command with specified argument(s) and save its output to log file.
    $ logsave ${path-to-logfile} ${command}
    try on your machine
    explain this command
  • logsave:tldr:e8774 logsave: Append the output to a log file, instead of replacing its current contents.
    $ logsave -a ${logfile} ${command}
    try on your machine
    explain this command
back to context overview