On Thu, Sep 07, 2000 at 01:42:45PM -0500, Alan Mead wrote:
> I want to make a list of the fully qualified paths of a number of files in 
> a directory and it's subdirectories.  I don't see an option to ls to make 
> it prepend the path nor any command to do so.  I though about piping the 
> 'ls -1' output into which but the files aren't executables nor in my path 
> (nor does which apparently accept multip[le lines of input).

find does this really well.

find /full/path/to/dir -print

-- 
Steve Borho                       Voice:  314-439-8342
Member of Technical Staff
Celox Networks Inc                http://www.ietf.org/rfc/rfc1925.txt



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to