资 源 简 介
```
pathed is a command-line tool for changing and querying the path in the registry
Version 0.8
Copyright (C) 2011 Neil Butterworth
usage: pathed [-a dir | -r dir | -e | -l | -q dir | -v | -p | -g file] [-s] [-f] [-x]
pathed -a dir adds dir to the path in the registry
pathed -r dir removes dir from the path in the registry
pathed -l lists the entries on the current path in the registry
pathed -e lists the entries on the current path in the PATH environment variable
pathed -q dir queries registry, returns 0 if dir is on path, 1 otherwise
pathed -g file searches (greps) the path for all occurrences of file
pathed -v verifies that all directories on the path exist
pathed -p prunes the path by removing duplicates and non-existent directories
By default, pathed works on the path in HKEYCURRENTUSER. You can make it use
the system path in HKEYLOCALMACHINE by using the -s flag.
Normally pathe