|
From: | D630 |
Subject: | [Help-bash] Separation of compound commands |
Date: | Tue, 14 Mar 2017 17:24:17 +0100 |
User-agent: | Posteo Webmail |
Why does A work, but B doesn't? # A { { :; } } if :; then if :; then :; fi fi { (:) } # B { (()) } { [[ 1 ]] }
[Prev in Thread] | Current Thread | [Next in Thread] |