RE: regular expresion question.

2003-08-14 Thread Jas Grewal \(DHL UK\)
Thanks Rob and James, I used the match for everything after and including the slash up until the white space and it works a treat. -Original Message- From: Rob Dixon [mailto:[EMAIL PROTECTED] Sent: 13 August 2003 14:47 To: [EMAIL PROTECTED] Subject: Re: regular expresion question. Jas

Re: regular expresion question.

2003-08-14 Thread Rob Dixon
Jas Grewal wrote: > > I am trying to write a regular expresion to get a file path from > a cron file, I have issolated the required lines, but am having > problems with extracting just the file path and name. > > The line is as follows : > > 30 23 * * * /usr/lbin/sa/sa1 600 6 > > I inned to extract

RE: regular expresion question.

2003-08-14 Thread Darbesio Eugenio
Jas Grewal (DHL UK) [mailto:[EMAIL PROTECTED] Sent: mercoledì 13 agosto 2003 15.29 To: [EMAIL PROTECTED] Org Subject: regular expresion question. Hi all, I am trying to write a regular expresion to get a file path from a cron file, I have issolated the required lines, but am having problems

RE: regular expresion question.

2003-08-14 Thread EUROSPACE SZARINDAR
15:29 À: [EMAIL PROTECTED] Org Objet: regular expresion question. Hi all, I am trying to write a regular expresion to get a file path from a cron file, I have issolated the required lines, but am having problems with extracting just the file path and name. The line is as follows : 30 23 * * * /usr/

regular expresion question.

2003-08-14 Thread Jas Grewal \(DHL UK\)
Hi all,   I am trying to write a regular expresion to get a file path from a cron file, I have issolated the required lines, but am having problems with extracting just the file path and name.   The line is as follows :   30 23 * * * /usr/lbin/sa/sa1 600 6   I inned to extract just the '/

Re: regular expresion question.

2003-08-14 Thread James Edward Gray II
On Wednesday, August 13, 2003, at 08:28 AM, Jas Grewal ((DHL UK)) wrote: Hi all, Howdy. I am trying to write a regular expresion to get a file path from a cron file, I have issolated the required lines, but am having problems with extracting just the file path and name.   The line is as follo