Comment 2 for bug 977652

Revision history for this message
Michael Froehlich (michael-froehlich) wrote :

ok, i tried an uncompress, and it worked fine.

i agree, that this is a documentation bug.

# litle help for unpacking files
for bf in `find . -iname "*\.qp"`; do qpress -d $bf $(dirname $bf) && rm $bf; done

Thanks, Michael