I'm in a directory containing several sites directories. All these sites have a logs/
directory. I wish to find
and list the files under each logs/
directory with the -ls
parameter.
I'm in a directory containing several sites directories. All these sites have a logs/
directory. I wish to find
and list the files under each logs/
directory with the -ls
parameter.
I would list the logs with a simple call to
ls
in your case: