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