in reply to Re: Writing unix-style filters
in thread Writing unix-style filters
I think that your suggestion is more effective when the shell expansion is used directly on the command line of my_script.pl, like this:
my_script.pl *.txt
Flavio
perl -ple'$_=reverse' <<<ti.xittelop@oivalf
|
---|
Replies are listed 'Best First'. | |
---|---|
Passing list long enough for shell expansion to fail, but not for "find | xargs" (was: Re: Writing unix-style filters)
by parv (Parson) on Apr 11, 2007 at 11:32 UTC | |
by polettix (Vicar) on Apr 11, 2007 at 14:47 UTC |