Linux "logsave" Command Line Options and Examples
save the output of a command in a logfile

The logsave program will execute cmd_prog with the specified argument(s), and save a copy of its output to logfile. If the contain‐ ing directory for logfile does not exist, logsave will accumulate the output in memory until it can be written out. A copy of the output will also be written to standard output.


Usage:

logsave [ -asv ] logfile cmd_prog [ ... ]




Command Line Options:

-a
This option will cause the output to be appended to logfile, instead of replacing its current contents.
logsave -a ...
-v
AUTHORTheodore Ts'o (tytso@mit.edu)
logsave -v ...