[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] How to print a bash variable in the most succinct way?
From: |
Eduardo Bustamante |
Subject: |
Re: [Help-bash] How to print a bash variable in the most succinct way? |
Date: |
Tue, 9 Aug 2016 19:16:21 -0700 |
On Tue, Aug 9, 2016 at 4:22 PM, Peng Yu <address@hidden> wrote:
[..]
> declare -a x='([0]="a" [1]="'\''" [2]="-")'
What's the problem with the above representation? It's syntactically
correct. What's your specific use case that makes this representation
incorrect?