Hi,
I would like to be able to use wget and get all files at this page:
http://www.math.uaa.alaska.edu/~afkj...AlgorithmCode/
Of course, I could do them one by one, but that would ruin the fun.
So I tried doing
Code:
wget http://www.math.uaa.alaska.edu/~afkjm/cluster/beancounter/code/ga/GeneticAlgorithmCode/*
But that didn't work (that would be no fun either). If I remove the star, it only downloads the index file...not useful either.
So, is there a way to do this elegantly?
Thanks!