Re: Syntax for $$files

From: Aaron W Morris (aaronmorris@MINDSPRING.COM)
Date: Fri May 21 2004 - 01:20:27 EDT


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)


This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 22:17:56 EDT