So I have a directory full of code files and I want to find the file(s) that contain a specific function name or string of text. What is the best way, using ack, to find these strings and also print out which files they are in and potentially line numbers as well.