Created
May 12, 2014 08:05
-
-
Save mitnk/67bf0d9a77cb0cbec03e to your computer and use it in GitHub Desktop.
Revisions
-
mitnk created this gist
May 12, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ mkdir -p tmp_dir_to_install_grep cd tmp_dir_to_install_grep wget https://ftp.gnu.org/gnu/grep/grep-2.18.tar.xz tar xf grep-2.18.tar.xz cd grep-2.18/ ./configure && make && sudo make install