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] using mutt in a bash script
- Date: Wed, 8 Aug 2007 08:57:15 -0400
- From: jep200404 <jep200404@example.com>
- Subject: Re: [tlug] using mutt in a bash script
- References: <20070807150652.GT6503@wasi.karlov.mff.cuni.cz> <f118b8b90708071820y9fde14br9466aaf1b9900b3e@mail.gmail.com>
Keith Bawden wrote: > Try this. > > for i in `cat test.adr` ;do cat invitation.txt | mutt -s "test" $i ; done I'm afraid that does each word separately, instead of a line at a time. Compare the output of: for i in `cat test.adr` ;do echo "$i" ; done and while read i; do echo "$i" ; done < <(cat test.adr)
- Follow-Ups:
- Re: [tlug] using mutt in a bash script
- From: Keith Bawden
- References:
- [tlug] using mutt in a bash script
- From: Michal Hajek
- Re: [tlug] using mutt in a bash script
- From: Keith Bawden
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] How to use FF's shortcuts
- Next by Date: Re: [tlug] using mutt in a bash script: Name with '<'
- Previous by thread: Re: [tlug] using mutt in a bash script
- Next by thread: Re: [tlug] using mutt in a bash script
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links