I use "ack-grep" to search for a specific content within a large number of files.
Because the search takes a very long time, I would like to see the status of the search. For example: It would be very useful, if ack-grep would print out the actual searching path, instead showing just a blank screen while the searching process is in progress.
Does anyone know, how to make ack-grep printing out status-information while searching is in progress?
Edit Here is the command I used until yet:
ack-grep StringToSearchFor --type=cc