bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ls command


From: Rich
Subject: Re: ls command
Date: Mon, 07 Jun 2004 17:23:01 -0300

> You may find this command quicker than "find -exec":
> 
>    find . -name "*_*" -print0 | xargs --null ls -l
> 
> This also copes with spaces in the filenames by using nul as the separator.
> 

Thanks!  Will look into it.  :)

Rich





reply via email to

[Prev in Thread] Current Thread [Next in Thread]