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: Sat, 4 Apr 2009 20:13:21 +0900
- From: Romeo Theriault <romeo.theriault@example.com>
- Subject: Re: [tlug] Bourne / bash problem
- References: <c0f4e2b00904040115k14c6f9dcma0448e9904c8fd2f@example.com>
somewhere, I cannot escape the end-of line:
[...]
a-command \
# a comment \
another-command # another comment \
[...]
Do you think there would be a way to include comments in such a situation?
According to my "Portable Shell Programming" book. These situations will not work with comments:
echo "This will not work." \<space>
echo "This will not work." \ # Comment
echo "This will not work." # Comment \
The above mentioned book is based around the borne shell (sh) but I don't think that bash changed any rules around comments.
--
Romeo Theriault
System Administrator
Information Technology Services
- Follow-Ups:
- Re: [tlug] Bourne / bash problem
- From: James Lang
- Re: [tlug] Bourne / bash problem
- From: Dave Brown
- References:
- [tlug] Bourne / bash problem
- From: Bruno Raoult
Home | Main Index | Thread Index
- Prev by Date: [tlug] Bourne / bash problem
- Next by Date: [tlug] [Fwd: [Bug 1240] no SCIM applet (for japanese input) for root]
- 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