home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


until

until condition
do
    commands
done

Until condition is met, do commands . condition is usually specified with the test command.


Previous: Reference: unset UNIX in a Nutshell: System V Edition Next: Reference: wait
Reference: unset Book Index Reference: wait

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System