Skip to content

Instantly share code, notes, and snippets.

@mitnk
Created May 12, 2014 08:05
Show Gist options
  • Select an option

  • Save mitnk/67bf0d9a77cb0cbec03e to your computer and use it in GitHub Desktop.

Select an option

Save mitnk/67bf0d9a77cb0cbec03e to your computer and use it in GitHub Desktop.

Revisions

  1. mitnk created this gist May 12, 2014.
    6 changes: 6 additions & 0 deletions install_grep.sh
    Original 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