Assistance with archival script

Michael ODonnell michael.odonnell at comcast.net
Wed Nov 19 14:32:29 EST 2008



find . -maxdepth 1 -type d | sed -e s/..// | while read f
do
    echo /usr/bin/7z a -t7z -mx=0 "${f}".7z "${f}"
done



More information about the gnhlug-discuss mailing list