PROGRAMMING
#i will use ‘arr’ as a var name if no one is there to stop me
Actual professional coder here
*cough*
$ find ./ -iname *.rb -exec cat {} ; |grep -vi array |grep -c arr 56 $ find ./ -iname *.php -exec cat {} ; |grep -c \$arr 358 $ find ~/Documents -iname *.php -exec cat {} ; |grep -c \$arr 191