Skip to content

Instantly share code, notes, and snippets.

@whyvez
Created August 11, 2015 01:46
Show Gist options
  • Select an option

  • Save whyvez/3b2c9862572926efe4bc to your computer and use it in GitHub Desktop.

Select an option

Save whyvez/3b2c9862572926efe4bc to your computer and use it in GitHub Desktop.
Intall mawk
#!/usr/bin/env bash
wget http://invisible-island.net/datafiles/release/mawk.tar.gz
tar -xzvf mawk.tar.gz
cd mawk-1.3.4-20150503
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment