Posts Tagged ‘recursion’

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.

To much recursion

After dealing with a teacher who has a sickening love for recursive: