bug-bash
[Top][All Lists]
Advanced

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

Re: parse error running builtins from array


From: Chris F.A. Johnson
Subject: Re: parse error running builtins from array
Date: Wed, 29 Jul 2009 14:36:05 -0400 (EDT)
User-agent: Alpine 2.00 (LMD 1167 2008-08-23)

On Wed, 29 Jul 2009, mk27 wrote:

 
> >Take a look at the arguments you are actually using:
> 
> [root~] printf "%s" ${cc[1]}
> bash-c"timels-l"
> 
> Again, I can't see the missing "

   Try using the code I posted:

printf "%s\n" ${cc[1]}


-- 
   Chris F.A. Johnson, webmaster         <http://woodbine-gerrard.com>
   ===================================================================
   Author:
   Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)




reply via email to

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