problem running grep within system command in perl
- From: "jeniffer" <zenith.of.perfection@xxxxxxxxx>
- Date: 19 Mar 2006 09:53:46 -0800
system("nm -r *.o|grep -v '.o' |grep "T\|t\|U\|u" |cut -c 12-|sort|
uniq"); the problem is that if we match 1 or more strings in grep the
argument must be in quotes i.e T\|t\|U\|u must be withing quotes ...how
do i escape them so that the above works fine?
.
- Follow-Ups:
- Re: problem running grep within system command in perl
- From: John W. Krahn
- Re: problem running grep within system command in perl
- From: A. Sinan Unur
- Re: problem running grep within system command in perl
- From: John Bokma
- Re: problem running grep within system command in perl
- Prev by Date: Cookie not working for CGI logon script
- Next by Date: Re: Finding unused variables in a Perl script
- Previous by thread: Cookie not working for CGI logon script
- Next by thread: Re: problem running grep within system command in perl
- Index(es):
Relevant Pages
|