satelliteuser083 Posted January 11, 2008 Share Posted January 11, 2008 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] Link to comment Share on other sites More sharing options...
javaguy Posted January 11, 2008 Share Posted January 11, 2008 I think find . or something like that will do it for you. Link to comment Share on other sites More sharing options...
{BBI}Nexus{BBI} Posted January 11, 2008 Share Posted January 11, 2008 (edited) Try find / -ls Edited January 11, 2008 by {BBI}Nexus{BBI} Link to comment Share on other sites More sharing options...
satelliteuser083 Posted January 16, 2008 Author Share Posted January 16, 2008 Yes, find -ls does exactly what I want. Many thanks to you both Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now