Skip to content

Instantly share code, notes, and snippets.

@dallarosa
Created July 21, 2013 17:12
Show Gist options
  • Save dallarosa/6049197 to your computer and use it in GitHub Desktop.
Save dallarosa/6049197 to your computer and use it in GitHub Desktop.
for i in $(grep -e "\./g[(cc|libc)].*txz$" ../FILELIST.TXT | awk '{print $9}'); do wget http://connie.slackware.com/~alien/multilib/current/$i; done
for i in $(grep -e "slackware64-compat32/.*txz$" ../FILELIST.TXT | awk '{print $9}'); do wget http://connie.slackware.com/~alien/multilib/current/$i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment