Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
line noise of the day
- X-seq: zsh-users 16348
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: line noise of the day
- Date: Wed, 14 Sep 2011 17:56:42 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=MNn2/BtwkMGZBOASkk8+Qv08waYIQVgHqFBmOPKltt0=; b=os6G3m/B64DeQDZfUKloyeuTJnKzKTf9FQmVxpF4nDiX5HMlf6wgO7EynelcNE4OSG 5FYqj0SW06QnE5oGWjgmKkE8xvI+Wv2iY1rFfYLyD6UyeBrb8DkLKytzMj5zq4+e2AeK 1JIZHYPVO5y51ouEeagJi9TOQSrkKpS4RI3uY=
- 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
<dmos> anyone know a script/oneliner to find all duplicate/shadowed
commands on $PATH?
<Mikachu> print -l $^commands(e,'() { (( $# > 1 )) && REPLY=$@ }
$^path/$REPLY:t(N)',N)
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author