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
In reply to Command line multiple file input by K8VWO
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |