Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

While [ .TRUE. ] ???

Status
Not open for further replies.

AnotherAlan

Technical User
Feb 10, 2006
362
GB
Hi all,

I'm going through some old ksh scripts and have encountered the above format for a while loop, minus the question marks obviously.
I'm intrigued as I've never seen this before.
I've seen while [0] and even while [1], but never this.

Anyone care to tell me what the dots(.) represent or is this just an old ksh way of doing things.

Thanks
 
Hi

Just thinking aloud... Maybe an old FoxPro maniac personalized abit his environment with something like :
Code:
ln -s /bin/true .TRUE.

[gray]# or[/gray]

alias .TRUE.=/bin/true

Feherke.
 
Hi Feherke,

Judging from the rest of the script maniac sounds about right.
Thanks for the reply.

Alan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top