Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 8-bit patch for zle_tricky.c
- X-seq: zsh-workers 1101
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: hzoli@xxxxxxxxxx (Zoltan Hidvegi)
- Subject: Re: 8-bit patch for zle_tricky.c
- Date: Mon, 20 May 1996 18:54:57 +0100 (BST)
- Cc: A.Main@xxxxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199605201721.TAA04182@xxxxxxxxxxxxxxxxx> from "Zoltan Hidvegi" at May 20, 96 07:21:28 pm
>I do not think so. Neither bash nor ksh93 does this. Look:
>
>% ksh
>$ count () { echo $# ; }
>$ IFS=/
>$ count as/df/gh
>1
>
>SH_WORD_SPLIT only changes the result of substitutions.
Hmm. ksh doesn't field split there, but sh does. I think we should
eventually have an option to emulate this, but it's not essential.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author