>>>>> "Martin" == Martin Costabel <[EMAIL PROTECTED]> writes:

Martin>    ls *tar.gz |xargs file |grep -v gzip

You have something against

        file *tar.gz | grep -v gzip

perhaps?

I always get a red flag when people say "ls $SOMEPATTERN".  The shell
expands the pattern, then hands each item to ls, which says "yup,
that's a file already".  Why did you use ls? :)

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to