J
jeniffer
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?
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?