Script Questions

Chris Sechiatano chris at chris-s.com
Tue Feb 15 17:55:20 GMT 2005


Hi Giorgos,

This seems to work.

# slocate -i -d /tmp/04vfile001_db '.wmv' |\
  perl -ne 'chomp; print "$_\0";' |\
  xargs -0 ls -ldh

Thanks for the help.  I really appreciate it!


On Fri, Feb 11, 2005 at 03:57:07AM +0200, Giorgos Keramidas <keramida at ceid.upatras.gr> wrote:
> 
> So, what you really want to use is:
> 
>     # slocate -i -d /tmp/04vfile001_db '.wmv$' |\
>       perl -ne 'chomp; print "$_\0";' |\
>       xargs -0 ls -l
> 
> See if that works better, please.  If not, mail me again.
> 


More information about the freebsd-questions mailing list