Friday 18 August 2017

Bash Compound Commands

Cited from the Book "Pro Bash Programming"

A compound command is a list of commands enclosed in ( … ) or { … }, expressions enclosed in (( … )) or [[ … ]], or one of the block-level shell keywords (that is, case, for, select, while, and until).

No comments:

Post a Comment