tar
How to create flat tar archive
my tree command returns tmp `开发者_如何学Go-- t `-- e |-- foo.ps `-- s |-- bar.ps `-- t `-- baz.ps How can I create archive ps.tar.gz in tmp directory with following structure:[详细]
2023-02-08 07:39 分类:问答python: walking tar archive with gzip files
I have some .tar files (ungzipped). Each of them has some .gz files. I need to walk through .tar file and get ungzipped content of all other files.[详细]
2023-02-07 13:42 分类:问答tar blocksize message
I\'m writing a program which untars a file. While doing untar tar command give message $ tar -xf testing_Download.txt1.tar[详细]
2023-02-07 06:41 分类:问答using R's internal tar function on specific files
R has a handy cross platform tar() function that can tar and gzip files. It seems this function was designed to tar up entire directories. I was hoping to use this function to tar and compress a subse[详细]
2023-02-06 19:48 分类:问答Creating a self extracting bash script for linux using Ant on Windows
I\'m trying to generate a self extracting script using the method discussed here: http://www.linuxjournal.com/node/1005818[详细]
2023-02-06 04:29 分类:问答Tar archive: How reliable is append?
I noticed that the -a option in TAR allows appending files to an existing archive. How reliable is this for creating incremented backups of a set folder?[详细]
2023-02-05 21:13 分类:问答Python tarfile progress
Is there any library to show progress when adding files to a tar archive in python or alternativly would be be possible to extend the functionality of the tarfile module to do this?[详细]
2023-02-05 17:48 分类:问答tar on one line?
For some tar adept, I\'m sure all of the following could be achieved on one line? mkdir si开发者_JS百科te_media/media[详细]
2023-02-04 12:26 分类:问答bz2 files compression question
When we compress a folder, we type the command tar -cjf folder.tar.bz2 folder, it compresses the entire folder into it.[详细]
2023-02-04 08:36 分类:问答Makefile: dependencies on directory content when creating a tar file
In my battle against .PHONY targets I re-wrote: # Makefile v0 tar: tar -cf tarfile.tar dir .PHONY: tar to be:[详细]
2023-02-04 08:11 分类:问答