I find this script useful: - It saves keystrokes - it search in subfolders - it shows the path where the file was find
great stuff!
Maybe more color can be added with a grep:
/usr/bin/find "${PATH}" "${MATCH}" "*${ARG}*" | /usr/bin/grep --color $ARG
This highlight the term searched...
Greeting!!
Authored Comments
I find this script useful:
- It saves keystrokes
- it search in subfolders
- it shows the path where the file was find
great stuff!
Maybe more color can be added with a grep:
/usr/bin/find "${PATH}" "${MATCH}" "*${ARG}*" | /usr/bin/grep --color $ARG
This highlight the term searched...
Greeting!!