Tag: reference

Recursive Grep

Every now and then you need to know which files contain a string starting from the current directory and all files below. One way to do this on some Unix-like systems is to use something like...

find . -exec grep -l 'phrase to find in your files' {} \;

Comments (0)       
Tags: *nix, find, grep, recurse, reference, unix-like

Captcha Links

Some time ago I did some research on the use of Captchas for my previous hosting service. Just capturing some links here for future reference.

Comments (0)       
Tags: captcha, implicit, reference