Help for this page

Select Code to Download


  1. or download this
    #20110309 - Remove irrelevent entries from $PATH
    PATH=`bin/path_filter.pl`
    PATH=$PATH:~/bin
    export PATH
    
  2. or download this
    #!/usr/bin/perl
    #
    ...
    
    # Output the new PATH variable
    print join(":", @NewPath);