Here is a short script/memo to find strings inside given file. The script is assumed to be called strfind. It is written in bash. Here is the spec of this script. michael@boheme:~/bin $ strfind ? Usage: strfind [-i] [filename] [string] Exemple: strfind "[hc]" text You can then find strings with commands like: strfind *.c $TEXT_SEARCH [...]
↧