Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh blocks at file truncation
- X-seq: zsh-users 17986
- From: chandan <chandanrmail@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: zsh blocks at file truncation
- Date: Sat, 21 Sep 2013 12:40:31 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-transfer-encoding:content-type; bh=Ph9bGJjsYwetoSbgX8O1/+qkMB+eEc7CNOGuQtDFvv4=; b=pmWS/5CYCTOsaPptGxeoQlA4u/eVT7V4p35PBU6HAu2HL2dM9O/29peE750wk2v568 r8hj/wYyGioJY8wKVqr5LBQNo459O3lwfDkluNcZagTRPImWKlIlO7+Y2uS3+7ft+iAg /f5DD1j9BnGkdQNSViarW42vffEqXBs40kmHLNfUkYA0XYLsyt3AasEbTZnHTKFICIqE RLijyiQLutGf5JVuelemwRQWFhuvoYhbsU0ySS8SvdHzjtjvsZeU3CJO/E++Kl9SG9VQ RRxpYqueb/u56ZrMPmO3xKjHTN5/KGK6TnCjmcyj0+RfuIWo/Q6rbhyKQQRNc6sFmfZY +H6A==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi all,
Like most others I am trying to move from bash to zsh as my default shell.
On zsh, Why does the following block indefinitely?
$ >file.txt
On bash, the above would truncate a file. Also, on bash 'file.txt'
would be created if it does on exist.
After some debugging, I found that the above command blocked at the
invocation of the 'cat' command (as provided by 'ps -c <pid>').
Thanks,
chandan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author