bash : recursive listing of all files problem
- by Michael Mao
Run a recursive listing of all the
files in /var/log and redirect
standard output to a file called
lsout.txt in your home directory.
Complete this question WITHOUT leaving
your home directory.
An: ls -R /var/log/
/home/bqiu/lsout.txt
I reckon the above bash command is not correct.
This is what I've got so far:
$ ls -1R
.:…