giovedì 21 gennaio 2010
Create a tar.gz for each subfolder
tested and working
for i in *; do if [ -d "$i" ]; then tar czf "$i".tar.gz "$i"; fi; done
from http://sidux.com/PNphpBB2-viewtopic-t-9922.html
for i in *; do if [ -d "$i" ]; then tar czf "$i".tar.gz "$i"; fi; done
from http://sidux.com/PNphpBB2-viewtopic-t-9922.html
mercoledì 20 gennaio 2010
Iscriviti a:
Post (Atom)