Re: relative dir match question

2002-05-21 Thread John W. Krahn
Etienne Vermaas wrote: > > Hi all, Hello, > A check to see if a pathname is "relative" or complete in some of the shell > scripts works (seems to work) > but I am not clear about the ?! part in the expresion, and also it seems > that they do go together, because leaving either the ? or the ! ou

RE: relative dir match question

2002-05-21 Thread Wagner, David --- Technical Specialist I ---WGO
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 09:27 To: [EMAIL PROTECTED] Subject: relative dir match question Hi all, A check to see if a pathname is "relative" or complete in some of the shell scripts works (seems to work) but I am not clear about the ?! part in the expresion

relative dir match question

2002-05-21 Thread etienne vermaas
Hi all, A check to see if a pathname is "relative" or complete in some of the shell scripts works (seems to work) but I am not clear about the ?! part in the expresion, and also it seems that they do go together, because leaving either the ? or the ! out screw up the results. I'll appreciat yo