
Michiel Van Bel wrote:
ok, don't want to spend half an hour googling and reading man-pages: I have a directory with 25 subdirectories (each containing from 200MB to 3 GB of data) I want to have each subdirectory archived in a separate archive file.
Any idea on how to do this in 1 command?
Michiel
tar -cvf firstone.tar firstone;tar -cvf secondone.tar secondone; tar -cvf thirdone.tar thirdone; ... ? :p -- ================================================================== Frederik Delaere Tel:+32 (0)9 331 38 14 fax:+32 (0)9 3313809 VIB Department of Plant Systems Biology, Ghent University Technologiepark 927, 9052 Gent, BELGIUM frlae@psb.vib-ugent.be http://www.psb.vib-ugent.be ==================================================================