to search in linux using grep and excluding the hidden directory of the svn folder
grep -nr <search string> * | grep - v svn
grep -nr <search string> * | grep - v svn
Tips and tutorials on Wi-Fi(802.11), Windows, Linux, PHP, MySQL, Codeigniter, Android
Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...