help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-bash] Separation of compound commands


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 ]] }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]