Unix question
Kenneth Brody
kenbrody at bestweb.net
Fri Apr 16 05:27:11 PDT 2004
George Simon wrote:
>
> Thanks.
> The quotes were not necessary. Ken's example worked perfectly.
> I was trying to look for the string rctp(54)=
> The \ is a escape character (just like in filePro) to tell grep (I guess)
> that the ( and ) are part of the string being searched,
[...]
> > grep rcpt\(54\)= prc.*
[...]
If that was your intent, it didn't do what you wanted, since the
shell sees them first. You need to double them to get one passed
to the program.
--
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody | www.hvcomputer.com | |
| kenbrody at spamcop.net | www.fptech.com | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+
More information about the Filepro-list
mailing list