Guest User

Untitled

a guest
Dec 17th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Open a terminal.
  2. Install ack-grep by typing sudo apt-get install ack-grep
  3. Change to the directory you want to search under, and type ack-grep foo. it lists out all the matches in all files under that directory.
Add Comment
Please, Sign In to add comment