How to search text in Ubuntu Linux
1- Install ack-grep by typing
#sudo apt-get install ack-grep
2- Change to the directory where you want to search
# ack-grep yourtext
it will show all files containing text yourtext
How to search text in Ubuntu Linux
1- Install ack-grep by typing
#sudo apt-get install ack-grep
2- Change to the directory where you want to search
# ack-grep yourtext
it will show all files containing text yourtext