Merge Installed Programs Into One Directory
On Linux systems you can create links to installed programs that are in a single directory. Some people find this convenient when accessing programs via the PATH variable. Note that these utilities do not detect program name collisions. You will have to resolve collisions manually.
The names of the programs follow the conventions for the build system. The links are simplified base names without suffixes so they are easy to enter from a command line. For details run with no arguments:
> $G/common/build/kit/linkbins.py
- Create or update links to programs in one directory.
> $G/common/build/kit/linkbins.py [<Source/>] <Link/>
The Source/ directory contains a collection of programs. When omitted it defaults to: $G/install_linux/bin/*/*
The Link/ directory will be populated with links to the programs.