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] Adding text to the beginning of a file
- Date: Sun, 18 Mar 2007 01:12:28 +0900
- From: Edward Wright <edw@example.com>
- Subject: Re: [tlug] Adding text to the beginning of a file
- References: <45FA6B45.3040500@example.com> <ba75897e0703160413oc5219d7gb2bea3d53cd0afc2@example.com> <45FB452B.8050205@example.com> <ba75897e0703162026gb5fec8cm94470f4e30b117c4@example.com> <17915.55760.452640.548230@example.com> <20070317122958.GM13829@example.com> <20070317132851.GA77091@example.com> <20070317153015.GO13829@example.com>
- User-agent: Mutt/1.4i
On Sun, Mar 18, 2007 at 12:30:15AM +0900, Edward Wright wrote: > > export IFS="" > > Hmm. Yeah, it does, but I don't get why. A little further checking shows that it only seems to work. Tho I expect it will "seem to work" just about anywhere you use it :) Check this: touch abc def "ghi jkl" export IFS=$'\n' for file in `ls`;do echo "file: $file"; done outputs file: abc file: def file: ghi jkl export IFS= for file in `ls`;do echo "file: $file"; done outputs file: abc def ghi jkl Ed
- Follow-Ups:
- Re: [tlug] Adding text to the beginning of a file
- From: Stephen J. Turnbull
- Re: [tlug] Adding text to the beginning of a file
- From: Scott Robbins
- References:
- [tlug] Adding text to the beginning of a file
- From: Dave M G
- Re: [tlug] Adding text to the beginning of a file
- From: Arwyn Hainsworth
- Re: [tlug] Adding text to the beginning of a file
- From: Dave M G
- Re: [tlug] Adding text to the beginning of a file
- From: Arwyn Hainsworth
- Re: [tlug] Adding text to the beginning of a file
- From: Stephen J. Turnbull
- Re: [tlug] Adding text to the beginning of a file
- From: Edward Wright
- Re: [tlug] Adding text to the beginning of a file
- From: Scott Robbins
- Re: [tlug] Adding text to the beginning of a file
- From: Edward Wright
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] get free local port for script?
- Next by Date: Re: [tlug] Adding text to the beginning of a file
- Previous by thread: Re: [tlug] Adding text to the beginning of a file
- Next by thread: Re: [tlug] Adding text to the beginning of a file
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links