[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Yet another quoting question
From: |
Peggy Russell |
Subject: |
Re: Yet another quoting question |
Date: |
Mon, 9 May 2011 14:19:59 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
> For straight debugging output, it's probably ok. You might have to
> play with it a little if you want to make it into something you can
> eval from a command substitution to copy an array.
Just another thought,
declare -p aa
is nice for debugging arrays.
help declare
...
-p display the attributes and value of each NAME
...