Three Useful Terminal Commands
See my terminal-tools tag for more articles on nifty terminal tools. The *nix terminal is a great tool. In everyday life this is where a lot of things can be done easy and fast with this power tool. There are an abundance of tools and ways of solving problems with the terminal, but here you have three practical applications. Find a text string within current folder grep your_magic_string -H -R * The command ‘grep’ is used as a search tool for plain…