bug-bash
[Top][All Lists]
Advanced

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

Re: Questions about commandline-args


From: Chris F.A. Johnson
Subject: Re: Questions about commandline-args
Date: Fri, 11 Nov 2011 19:32:51 -0500 (EST)
User-agent: Alpine 2.00 (LMD 1167 2008-08-23)

On Fri, 11 Nov 2011, Christopher Roy Bratusek wrote:

Hi list,

I've got a question about commandline args, imagine:

personal_function ab{c,d}

personal_function will receive abc and abd.
Is there a way to make it receive ab{c,d}
instead (without chaning the arguement itself)?

   Quote it: personal_function "ab{c,d}"

--
   Chris F.A. Johnson, <http://cfajohnson.com/>
   Author:
   Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress)
   Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)



reply via email to

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