in reply to Re: Pathfinder - find duplicate (shadowed) programs in your PATH
in thread Pathfinder - find duplicate (shadowed) programs in your PATH
Does grep { ! -d "$dir/$_" && -x _ } not work?
Few hours later, changed second "$dir/$_" with _.
Thanks to toolic for catching the missing quote that I had lost during editing.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Pathfinder - find duplicate (shadowed) programs in your PATH
by toolic (Bishop) on Jul 22, 2009 at 01:37 UTC | |
by parv (Parson) on Jul 22, 2009 at 12:02 UTC |
In Section
Code Catacombs