[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What is the best to pass an array with specially characters as comma
From: |
Greg Wooledge |
Subject: |
Re: What is the best to pass an array with specially characters as command line arguments? |
Date: |
Mon, 7 Nov 2011 08:34:33 -0500 |
User-agent: |
Mutt/1.4.2.3i |
On Mon, Nov 07, 2011 at 08:50:25AM +0000, Stephane CHAZELAS wrote:
> cmd='(set -f; IFS=" "; echo $verbatim_string)'
> eval "$cmd"
http://mywiki.wooledge.org/BashFAQ/050 -- I'm trying to put a command
in a variable, but the complex cases always fail!
- What is the best to pass an array with specially characters as command line arguments?, Peng Yu, 2011/11/06
- Message not available
- Message not available
- Re: What is the best to pass an array with specially characters as command line arguments?, Clark J. Wang, 2011/11/06
- Re: What is the best to pass an array with specially characters as command line arguments?, Peng Yu, 2011/11/06
- Re: What is the best to pass an array with specially characters as command line arguments?, Clark J. Wang, 2011/11/07
- Re: What is the best to pass an array with specially characters as command line arguments?, Peng Yu, 2011/11/07
- Re: What is the best to pass an array with specially characters as command line arguments?, Dennis Williamson, 2011/11/07
- Re: What is the best to pass an array with specially characters as command line arguments?, Peng Yu, 2011/11/07
Re: What is the best to pass an array with specially characters as command line arguments?, Stephane CHAZELAS, 2011/11/07
- Re: What is the best to pass an array with specially characters as command line arguments?,
Greg Wooledge <=