in reply to Perl Path Editor for Unix

For those interested in a non-Perl-based approach to this problem, I have a set of bash/ksh functions

addpath
delpath
uniqpath
edpath

that allow you to manipulate path variables in various ways. (which are idempotent addition of paths, deletion of paths based on regex match, path uniquification, and path editing via your favourite editor)

They can be downloaded from http://www.netspinner.co.uk/Downloads/pathfunc.tgz

They're in the public domain so you can do what you like with them.

Steve Collyer

Replies are listed 'Best First'.
Re^2: Perl Path Editor for Unix
by Anonymous Monk on Aug 23, 2012 at 17:21 UTC
    http://www.netspinner.co.uk/Downloads/pathfunc.tgz appears to be dead. Any idea where this code lives today?
        That one didn't seem to load. But by following links on that page I got to here. Latest available is Dec 10, 2006.
        Thank you much!