home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
Tools
/
nShell™ 1.0.3
/
nShell
/
bin
/
man
/
man.rsrc
/
TEXT_16190_man done general.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-24
|
204 b
|
17 lines
NAME
done - conditional execution
SYNOPSIS
while <commands1> do <commands2> done
or
until <commands1> do <commands2> done
DESCRIPTION
See the man page for "while" or "until" for more information.