./DUMB_TERMINAL_BLOG/
// Programming insights from the command line
HOME
TUTORIALS
PROJECTS
ABOUT
CONTACT
It’s progress at least
2025-08-20
suityou01
Bash
Paste this into progress_demo.sh
Read More
GREP_SEARCH
$ find /home1/nbfgusmy/public_html/website_a7bbcdc7/ -type f -name ".php" -o -name ".md" | xargs grep -n
[email protected]
:~$
EXECUTE
-i : ignore case
-r : recursive search
-n : show line numbers
--include="*.{php,js,css,md}"
Establishing connection to Dumb Terminal mainframe...
GREP SEARCH RESULTS - RECURSIVE DIRECTORY SCAN