Hi guys,
I wanted to log all the output of a tar command to a log file and at the same time to have scroll on the monitor too.
The command i am using is not working, i.e. either it's going in the log file or being displayed on the screen. I would like that both happens;
tar cv8 /u/peg > /u/salim/LOG/log.txt 2>&1
Could anybody tell me who this could be done.
Thank you
Salim