Redirection issues
Hello experts,
I have a requirment like this
[me@linuxbox me]$
ls > file_list.txt
In this example, the ls
command is executed and the results are written in a file named file_list.txt. Since the output of ls
was redirected to the file, no results appear on the display.
My requirment is that I want the file to be redirected and appear on the screen as well.
Regards,
RKR