My hacking journal

ACK: Better than GREP!

· by admin · Read in about 1 min · (35 Words)
ack grep

Better than grep!

On Ubuntu, you need to install the package ack-grep (oddly, the executable is also named ack-grep…)

Examples: find the usages of the variable $secret in the PHP files

$ ack-grep --php '\$secret'

Comments