How would I find the shell file names and corresponding owner, while files are in many subdirectories?
I can see all the files with ls -lR and use Excel to format the output, but I want to do it in UNIX alone, and this is what output should be
./this/is/the/path/filename.sh owner
Thanks in advance.
I can see all the files with ls -lR and use Excel to format the output, but I want to do it in UNIX alone, and this is what output should be
./this/is/the/path/filename.sh owner
Thanks in advance.