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][tlug] Bourne / bash problem
- Date: Sun, 05 Apr 2009 00:56:10 +0900
- From: "Stephen J. Turnbull" <stephen@example.com>
- Subject: [tlug] Bourne / bash problem
- References: <c0f4e2b00904040115k14c6f9dcma0448e9904c8fd2f@example.com>
Bruno Raoult writes: > Do you think there would be a way to include comments in such a situation? Standard shells won't do that. What I do is this # complex-command # --funky-option-1 # combs my hair # --funky-option-2=soft # brushes my teeth # --funky-option-3 # zips my fly complex-command \ --funky-option-1 \ --funky-option-2=value \ --funky-option-3 Of course, then you have to keep them in sync, but that's relatively easy because of the line-oriented style. The other possibility is to use a more modern scripting language such as Python, Ruby, or Perl. You'll need to use a different style, though, since they're not actually command shells.
- References:
- [tlug] Bourne / bash problem
- From: Bruno Raoult
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Bourne / bash problem
- Next by Date: Re: [tlug] Bourne / bash problem
- Previous by thread: Re: [tlug] Bourne / bash problem
- Next by thread: Re: [tlug] Bourne / bash problem
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links