Larry Jones wrote:

Jonathan Villa writes:


*.gif -k 'b' -m 'COPY'
*.GIF -k 'b' -m 'COPY'



It's better to do:

        *.[Gg][Ii][Ff] -k 'b' -m 'COPY'

That way you only need one entry instead of two and it covers mixed case
(like Foo.Gif) rather than just all upper and all lower.

-Larry Jones

If I was being raised in a better environment, I wouldn't
do things like that. -- Calvin


yeah, thanks for that one...


_______________________________________________ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to