Make the ls command show the path of each file?
At some time in the past on another *nix system (perhaps HP-UX, AIX, or Linux) I believe I was able to issue an "ls" command with a switch that would show each file on a separate line with the path (perhaps starting with the pwd) prefixed to the file name, but not show separate lines for directories. For example, if the mystery switch is "z", the command "ls -R -z" would show this:
file1
file2
subdir1/file3
subdir1/file4
subdir2/file5
subdir2/file6
Could my mind be manufacturing that recollection? I've searched the OS X man page for ls, but haven't been able to find anything similar.
The "-1" switch does cause one file name to be displayed per line, but shows directories on separate lines instead of prefixed to each file name.
Thanks for any help.
MacBook 5,2 2.0 GHz, 4GB RAM, Mac OS X (10.7)