Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [doc] "sh_word_split nothing to do with word splitting"?
- X-seq: zsh-workers 42447
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: [doc] "sh_word_split nothing to do with word splitting"?
- Date: Sun, 11 Mar 2018 11:24:07 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=XGQjILUaqi8L7uGrIHhz1anFNhjyemRjIv8ZGDX7iPs=; b=Wdok1D1wfmPb78iaTATio191RHERWo7TD3ucCgvZOynPOoA0t1TpPueKaIIkKm44Xe JfbKjWl/I9X+rr4K2K398Ckrb2a4BFb2aWeDUA+TE92rPE/HPwOhtfuI4NAaJXU5nSPp WLPZeL/v03rCKXe+uM9ibbdMwQY22cS6RmKB+9WdSCT8jgI7gaCI2B56OS017ijHayds s1j/uaB9vU7oVi6ps2U7va8hDUZwVUSe1QrnQxeug20lnq9csYt3S8HgHIc2P4KDMRxt eVlcfcQO5PsPKLWaxSPWoMZLFHPOUbGXfKhpT7Ld+w6578fXl7tRaox40K6NCbvX50HT FVwg==
- In-reply-to: <20180311094458.GA6450@chaz.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20180311094458.GA6450@chaz.gmail.com>
On Mar 11, 9:44am, Stephane Chazelas wrote:
} Subject: [doc] "sh_word_split nothing to do with word splitting"?
}
} SH_WORD_SPLIT (-y) <K> <S>
} Causes field splitting to be performed on unquoted parameter
} expansions. Note that this option has nothing to do with word
} splitting. (See *note Parameter Expansion::.)
What this means to say:
This option applies to field splitting within an expanded shell word,
not to splitting a command line into shell words during parsing.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author