Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
beep and garbage with long commands
- X-seq: zsh-workers 20074
- From: slumos@xxxxxxxxxxxxxxx
- To: zsh-workers@xxxxxxxxxx
- Subject: beep and garbage with long commands
- Date: 16 Jun 2004 18:55:56 -0700
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: news <news@xxxxxxxxxxxxx>
When entering certain long commands, zsh (at least 4.0.7 and 4.2.0 on
at least FreeBSD and Solaris) beeps and echos parts of the command.
Here's a stupid made-up example:
[~]0% ls -la | while read line; do echo $line | awk '{print $1 " " $2 " " $3 " " $4 " " $5 "\n"}'; done >|/dev/null; echo
"}'; done >|/dev/null; echo
[~]0%
Steve
Messages sorted by:
Reverse Date,
Date,
Thread,
Author