Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Bourne / bash problem
- Date: Mon, 6 Apr 2009 00:25:24 +0900
- From: Stephen Lee <sl-tlug@example.com>
- Subject: Re: [tlug] Bourne / bash problem
- References: <c0f4e2b00904040115k14c6f9dcma0448e9904c8fd2f@example.com>
Bruno Raoult <braoult@example.com> wrote: > > I am writing some script, with commands like ffmpeg, handbrake, > or some video editing commands. They all take zillion of parameters, How about something like this? # comment options=--option1 # comment options+=\ --option2 # comment options+=\ --option3 # here goes the command command $options Though this may get a bit tricky if your options include shell metacharacters or significant whitespaces, then you'll have to escape them correctly. -- Stephen Lee <sl-tlug@example.com>
- Follow-Ups:
- Re: [tlug] Bourne / bash problem
- From: SL Baur
- References:
- [tlug] Bourne / bash problem
- From: Bruno Raoult
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] fluxbox on ubuntu
- Next by Date: Re: [tlug] fluxbox on ubuntu
- Previous by thread: [tlug] Bourne / bash problem
- Next by thread: Re: [tlug] Bourne / bash problem
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links