linux:bash_utilities_collection
A few utilities to make your command line life easier
Installation
cd to the directory where you would like the manpages to reside.
cd /home/myuser wget https://wiki.x-files.dk/bash-utilities.tar.gz tar zxvfp bash-utilities.tar.gz cd bash-utilities sudo ./xf-utils-install
The reason we need sudo is because the symlinks to the utilities are created in /usr/local/bin/ instead of copying the actual files.
Usage:
xf-command
Examples:
xf-list
shows a list of available utilities
Uninstallation:
cd /home/myuser/bash-utilities sudo ./xf-utils-uninstall
Again the reason for sudo is because we need to remove the symlinks in /usr/local/bin/
linux/bash_utilities_collection.txt · Last modified: 12/01/2024 16:42 by Allan