satelliteuser083
Jan 11 2008, 05:13 PM
Is there a utility which will list the contents of a directory/sub-dir in fully-qualified form, i.e. like ls -R (but with the dir-name included). Thanks.
[moved from Software by spinynorman]
javaguy
Jan 11 2008, 06:16 PM
I think find . or something like that will do it for you.
satelliteuser083
Jan 16 2008, 10:23 AM
Yes,
find -ls does exactly what I want. Many thanks to you both