K8VWO has asked for the wisdom of the Perl Monks concerning the following question:
Is it possible to specify a wildcard list of files? Or pipe the result of a ls/dir command to it? Thanks...perl -ne "print $_ if m:xxx: && (m:yyy: || m:zzz: )" input.txt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Command line multiple file input
by osunderdog (Deacon) on Dec 15, 2004 at 15:22 UTC | |
|
Re: Command line multiple file input
by dragonchild (Archbishop) on Dec 15, 2004 at 14:00 UTC | |
|
Re: Command line multiple file input
by Anonymous Monk on Dec 15, 2004 at 14:11 UTC |