help-bash
[Top][All Lists]
Advanced

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

is this a rightful error ? i thought i can flat string much to declare ,


From: alex xmb ratchev
Subject: is this a rightful error ? i thought i can flat string much to declare , but it seems ..
Date: Tue, 11 Apr 2023 12:05:17 +0200

$ var='a=( 1 2 3 ) b=( 4 5 5 )' ; declare -a "$var" ; declare -p a b
bash: syntax error near unexpected token `)'


reply via email to

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