Total Pageviews

Friday, September 19, 2014

tee command to see screen messages into a seprate logfile



if you are doing a troubleshooting and can see screen messages that are moving very fast than use tee command to get screen messages into separate file.

tail -f server.log | tee screenmsg.txt

No comments:

Post a Comment