Skip to content

Instantly share code, notes, and snippets.

@mitnk
Created May 12, 2014 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitnk/67bf0d9a77cb0cbec03e to your computer and use it in GitHub Desktop.
Save mitnk/67bf0d9a77cb0cbec03e to your computer and use it in GitHub Desktop.
Install lastest GNU grep
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment