Re: ls command
Rich <[email protected]> Mon, 07 Jun 2004 17:23:01 -0300
| Newsgroups | gmane.comp.gnu.fileutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
> 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