Re: "find" misbehaving??

2006-06-23 Thread Robert Huff
Micah writes: > Could it be there's a comma in the find command but the filename > has a period? Problem exists between chair and keyboard, >:-( Sorry about that, folks. Robert Huff ___ free

Re: "find" misbehaving??

2006-06-23 Thread Micah
Robert Huff wrote: Can anyone explain what's happening here? [EMAIL PROTECTED]>> find /usr/local/lib/perl5/site_perl/5.8.8/ -name Net_SNMP_util,pm [EMAIL PROTECTED]>> dir /usr/local/lib/perl5/site_perl/5.8.8/Net_* -r--r--r-- 1 root wheel 64421 Jun 22 23:29 /usr/local

Re: "find" misbehaving??

2006-06-23 Thread Andy Reitz
On Fri, 23 Jun 2006, Robert Huff wrote: > > Can anyone explain what's happening here? > > [EMAIL PROTECTED]>> find /usr/local/lib/perl5/site_perl/5.8.8/ -name > Net_SNMP_util,pm Looks like a typo - you have a comma (',') in the target for find. -Andy. _

"find" misbehaving??

2006-06-23 Thread Robert Huff
Can anyone explain what's happening here? [EMAIL PROTECTED]>> find /usr/local/lib/perl5/site_perl/5.8.8/ -name Net_SNMP_util,pm [EMAIL PROTECTED]>> dir /usr/local/lib/perl5/site_perl/5.8.8/Net_* -r--r--r-- 1 root wheel 64421 Jun 22 23:29 /usr/local/lib/perl5/site_per