Help:
| Command | Arguments | Usage |
|---|---|---|
| beep | Generate a short beep | |
| bin | number | Returns the binary representation |
| c | Push cursor down the terminal | |
| crc32 | file | Calculate crc32 for file |
| fp | path | Full path of file or directory |
| go | path | Open file with default file handler |
| hex | number | Returns the hexadecimal representation |
| histogram | stdin | Sort stdin by frequency |
| human | number | Show the human representation of numbers |
| lower | string | Convert string to lower case |
| psu | Show processes for the user | |
| reboot | Do nothing to prevent accidental reboots | |
| topu | Show top processes for the user | |
| upper | string | Convert string to upper case |
Create ~/bin and copy desired files there.
Most systems will add ~/bin to PATH environment varible after next login but if not then add this to ~/.bashrc:
export PATH="$HOME/bin:$PATH"