Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: I need "Antigrep"

by tphyahoo (Vicar)
on Aug 15, 2006 at 18:06 UTC ( [id://567518]=note: print w/replies, xml ) Need Help??


in reply to Re: I need "Antigrep"
in thread I need "Antigrep"

Unfortunately doesn't work.
hartman@ds0207:~/filesContainingArena> find | xargs hartman@ds0207:~/f +ilesContainingArena> find | xargs ./antigrep.pl c . ./a ./b ./c
Maybe I can use that as a starting point though, so....

UPDATE: Thanks for the update, Ikegami :)

Replies are listed 'Best First'.
Re^3: I need "Antigrep"
by ikegami (Patriarch) on Aug 15, 2006 at 18:12 UTC

    Fixed. $fh was going out of scope prematurely when I used

    if (!open(my $fh, '<', $filename)) { warn("Unable to open $filename: $!\n"); next; }

    I'm not sure how xargs works, but I tested it using antigrep.pl c *

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://567518]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (6)
As of 2024-04-19 13:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found