Tuesday, February 16, 2010

How to save command output of console in linux

To save output of any command printed on linux console use following command,
$ logsave filename command_name
to append to existing file
$ logsave -a filename command_name

No comments:

Post a Comment