Posts Tagged ‘grep’

Recursive Grep

I didn’t even think about it until about 15 seconds after I pressed enter:

Bash [Show Styled Code]:

grep ‘call_user_func_array’ * > out.txt

Bash [Show Plain Code]:

grep ‘call_user_func_array’ * > out.txt

Sigh.