Paso 1, descargar:
wget --recursive ftp://ftp.kiarchive.ru/pub/.1/ft2/ft2/ `--follow-ftp -c --level=100
Paso 2: crear y ejecutar el script [xt.h] en la carpeta ftp.kiarchive.ru/pub/.1/ft2/ft2/:
#!/bin/sh
# script original sacado de:
#http://www.linuxquestions.org/questions/linux-software-2/using-rar-or-unrar-for-recursive-extracting-380692/
# ASsume this file is called recurse.sh, and that it's in the path:
#
# We'll save the current directory, so we can assemble absolute paths
currdir=`pwd`
# We first extract all the *.rar files in this directory
echo "Working in directory: $currdir"
pwd
rm 0index
for rfiles in `find . -maxdepth 1 -name '*.rar'`
do
pwd
unrar x -y $rfiles
rm $rfiles
done
# Now we recurse
for dir in `find . -maxdepth 1 -type d`
do
cd $currdir/`basename $dir`
if [ -e $1xt.h ]; then
$1xt.h $1../
fi
done
# script original sacado de:
#http://www.linuxquestions.org/questions/linux-software-2/using-rar-or-unrar-for-recursive-extracting-380692/
# ASsume this file is called recurse.sh, and that it's in the path:
#
# We'll save the current directory, so we can assemble absolute paths
currdir=`pwd`
# We first extract all the *.rar files in this directory
echo "Working in directory: $currdir"
pwd
rm 0index
for rfiles in `find . -maxdepth 1 -name '*.rar'`
do
pwd
unrar x -y $rfiles
rm $rfiles
done
# Now we recurse
for dir in `find . -maxdepth 1 -type d`
do
cd $currdir/`basename $dir`
if [ -e $1xt.h ]; then
$1xt.h $1../
fi
done
<- Paso 3, queme su DVD y disfrute. Nota: El proceso puede demorar un par de horas o mas dependiendo de el poder de tu CPU y tu conexion a internet. Nota2: Milkytracker es un tracker gratuito, multiplataforma y portable, y con el que pierdo el tiempo cuando no hay nada que hacer.
Nota3: La descarga y descompresion la realizé utilizando msys, wget(win32) y unrar(win32) sobre windows XP (en mi trabajo). Teóricamente esto debería funcionar perfectamente en linux pero si alguien me lo confirma estaré agradecido.
No hay comentarios.:
Publicar un comentario