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] Shell Basics: Dealing With Filenames With Spaces (was Re: Representing a Space in a Path)
- Date: Wed, 14 Jan 2015 10:24:38 -0500
- From: jep200404@example.com
- Subject: [tlug] Shell Basics: Dealing With Filenames With Spaces (was Re: Representing a Space in a Path)
- References: <54B5E39B.60600@gmail.com> <54B5E895.4020703@sonic.net> <87sifdxxvl.fsf@uwakimon.sk.tsukuba.ac.jp> <CAJA1Y2YJsB8d3TgBUrn1yjvs9dN_sfiUotS4bc39HXJt_8=wWA@mail.gmail.com>
On Wed, 14 Jan 2015 15:18:55 +0100, Bruno Raoult <braoult@example.com> wrote: > Sending files to a script (with space) is not so easy... It's not a big deal. [test@tlug ~]$ while read f; do echo "'$f'";done Sending files to a script (with space) is not so easy... 'Sending files to a script (with space) is not so easy...' br. 'br.' foo 'foo' writes 'writes' works for me 'works for me' [test@tlug ~]$ By the way, study $* versus "$@".
- Follow-Ups:
- References:
- [tlug] Representing a Space in a Path
- From: CL
- Re: [tlug] Representing a Space in a Path
- From: steve
- Re: [tlug] Representing a Space in a Path
- From: Stephen J. Turnbull
- Re: [tlug] Representing a Space in a Path
- From: Bruno Raoult
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Representing a Space in a Path
- Next by Date: Re: [tlug] Shell Basics: Dealing With Filenames With Spaces (was Re: Representing a Space in a Path)
- Previous by thread: Re: [tlug] Representing a Space in a Path
- Next by thread: Re: [tlug] Shell Basics: Dealing With Filenames With Spaces (was Re: Representing a Space in a Path)
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links