Unix question

George Simon george at worldest.com
Fri Apr 16 07:38:19 PDT 2004


Double what?
I wanted: rcpt(54)=
I used the example you gave me and it worked perfectly.
I don't need to see the \
Am I missing something?

George Simon (IT Department)
American River Logistics, LTD
614 Progress St.
Elizabeth, NJ  07205
Phone:(908)354-7746      Fax:(908)354-7491
mailto:george at worldest.com
http://www.americanriverintl.com/



-----Original Message-----
From: Kenneth Brody [mailto:kenbrody at bestweb.net]
Sent: Friday, April 16, 2004 8:27 AM
To: George Simon
Cc: filePro mailing List
Subject: Re: Unix question

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