in reply to Perl 'pipe' problem
my @cmd = qw!grep orderNumber $(find /home/homedepot/ECOM/prod/in -mti +me -1) | wc -l!; my @lines = `@cmd`
and if you want to use Korn shell the just append /usr/bin/ksh on the front.
grep
| Mynd you, mønk bites Kan be pretti nasti... |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Perl 'pipe' problem
by mifflin (Curate) on Apr 23, 2003 at 23:27 UTC | |
by grep (Monsignor) on Apr 23, 2003 at 23:36 UTC | |
by mifflin (Curate) on Apr 23, 2003 at 23:54 UTC |