Re: Syntax for $$files
From: Aaron W Morris (aaronmorris_at_MINDSPRING.COM)
Date: 05/21/04
- Previous message: Bob.Kelley_at_BRINKSINC.COM: "Re: recovering from lost hdiskpower devices"
- In reply to: Yard, John: "Syntax for $$files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 21 May 2004 01:20:27 -0400 To: aix-l@Princeton.EDU
Yard, John wrote:
> What is the syntax to test for the
> existence of a file that has $$ for
> the 1st 2 characters, as in $$INDEX ?
>
> I am using ksh, and the $$ is
> throwing all my scripting off,
>
>
>
> Thx,
>
> JYard
> UCLA
Escape the dollar symbol or use single quotes
ie
\$\$INDEX or
'$$INDEX'
-- Aaron W Morris <aaronmorris@mindspring.com> (decep)
- Previous message: Bob.Kelley_at_BRINKSINC.COM: "Re: recovering from lost hdiskpower devices"
- In reply to: Yard, John: "Syntax for $$files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|