Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: execcmd() reordering
- X-seq: zsh-workers 1238
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: sinclair@xxxxxxxxxxxxxxxx (Duncan Sinclair)
- Subject: Re: execcmd() reordering
- Date: Fri, 31 May 1996 12:55:08 +0200 (MET DST)
- Cc: schaefer@xxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <9992.833537735@xxxxxxxxxxxxxxxx> from Duncan Sinclair at "May 31, 96 11:15:35 am"
- Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary
- Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368
> Oh, absolutely! Does this change mean I can't interrupt long globs???
> This would be terrible - esp. if the glob goes into a loop.
Do not worry. Zsh never forked for builtins and you were able to interrupt
things like echo **/*. This is not changed. ^Z will not work for
suspending external commands but other than that there should be no
noticable change unless something is backgrounded. ^Z never worked for
builtins and shell functions and the number of arguments that can be passed
to external commands is always limited by the OS (although on modern
systems this limit is very high).
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author