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 <[EMAIL PROTECTED]> 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. > _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"