Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
tar -z
Name: phgct2004 Date: March 30, 2004 at 21:11:25 Pacific OS: linux 9.0 CPU/Ram: 866/128
Comment:
hi,
can anyone tell me how can i use tar -z to view the content of user.tar.gz
Summary: Hi Patrick, don't know how to change the limit, but know a workaround for that. for FILE in ${*} do ARC_list="${ARC_list} `basename ${FILE}`" done tar -cf - -C ${ARCH_LOG_WORK_PATH} \ `echo "$ARC_...
Summary: I need to find the command for creating a .tar.gz file in Solaris. I need to create a compressed file that includes an entire directory of files and included subdirectories. Normally, I will create ...
Summary: How are you trying to back it up? Show us the command. One way would be to tar it and then compress it and then copy it somewhere. # move to the directory that you want to backup > cd toTheDirectory...