Skip to content

Instantly share code, notes, and snippets.

@wingkwong
Created November 22, 2019 08:54
Show Gist options
  • Save wingkwong/da45b9266147910829887a974c131827 to your computer and use it in GitHub Desktop.
Save wingkwong/da45b9266147910829887a974c131827 to your computer and use it in GitHub Desktop.
Installing GNU Parallel
#!/bin/bash
sudo tar xjf parallel-latest.tar.bz2
cd parallel-yyyymmdd
sudo ./configure && make
sudo make install
# in case you need to relink the executable file
sudo ln -s /usr/bin/parallel /usr/local/bin/parallel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment