A script to search for files and display the results in a color-coded format.
Run the following command to install the script:
sudo ./install.sh
This will copy the script to /usr/local/bin
and make it executable.
refind [SEARCH_TERM] [DIRECTORY]
SEARCH_TERM
: The term to search for using the find command.[DIRECTORY]
: The directory to search in (optional, default is current directory).
refind "vc_red.msi" /path/to/search
This will search for vc_red.msi
in the specified directory.
refind "vc_red.msi"
This will search for vc_red.msi
in the current directory.
This script searches for files matching the SEARCH_TERM
in the specified DIRECTORY
(or current directory if not specified). It displays the search progress and results in a color-coded format. On script exit, it shows detailed results and cleans up temporary log files.
v0.0.1721025542