Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug? piping ls to anonymous function changes subsequent behaviour of ls
- X-seq: zsh-users 26091
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: vapnik spaknik <vapniks@xxxxxxxxx>
- Subject: Re: Bug? piping ls to anonymous function changes subsequent behaviour of ls
- Date: Sun, 27 Sep 2020 17:40:58 -0700
- Archived-at: <https://zsh.org/users/26091>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2020-09/CAH%2Bw%3D7a2sPR8mecmaV8YuotyUJ9Ma90NxyyPrsL%2BSH6xJyC0yw%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-oi1-f175.google.com) smtp.remote-ip=209.85.167.175; dkim=pass header.d=brasslantern-com.20150623.gappssmtp.com header.s=20150623 header.a=rsa-sha256; dmarc=none header.from=brasslantern.com; arc=none
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=8q7zREqgm9qtPcq5DQgDPSXN9DvZ/cbO6GA9TV0yHvI=; b=hdTtm/+K3Zq38SZjz7WwqEUzWqrAHLOmlsDlQ4jrC2qdc8oJ3mJeAo/mFNshSAN2BT cPRNoyL3X3FHNqSsrgi9mPg3O+dSO03duL7tdgPfmY8P0Cyn53EQNoK34riTm+EEAq+M 2xXFKs6+NEMoNU3Z/oKEnPm8QpD0eab3IyKXxBMRKcnprtjNTlg+AB17gKXUe9VnUvPj d15vogQ8mFDmn7kqWTW4ch01D5FThxkOKHi2V889EsLF9qtCCIGDAM3wvpFc9eF6NptO 9wZcA4VCfPjt7xjI9Dp45pPaIgLFroy47C8XtSgVnCkZwiWrX6aWNWO9La7bxDrDnVJq j8iw==
- In-reply-to: <1846474183.1100394.1601253063804@mail.yahoo.com>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-users>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-users.zsh.org>
- List-owner: <mailto:zsh-users-request@zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-users>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-users>
- References: <1846474183.1100394.1601253063804.ref@mail.yahoo.com> <1846474183.1100394.1601253063804@mail.yahoo.com>
- Sender: zsh-users-request@xxxxxxx
On Sun, Sep 27, 2020 at 5:31 PM vapnik spaknik <vapniks@xxxxxxxxx> wrote:
>
> After piping ls to an anonymous function it stops working (i.e. produces no output) on subsequent invocations.
Not reproducible for me with "zsh -f".
Have you tried running "whence -a ls" to find out if or to what it has
been redefined?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author