tar
Extracting split .tar files on linux, that separately need to be decrypted
i am trying to extract and decrypt 23 .tar files named as per below: dev_flash_000.tar.aa.2010_07_开发者_JS百科29_170013[详细]
2023-02-03 09:59 分类:问答solaris tar for files > 8G
I made an archive of 19G size in Solaris10 w开发者_JAVA技巧ith tar E option. But now neithertar tvf nor tar xvf on the tarball works!! How can I extract the files?Have you tried GNU tar (gtar)? There[详细]
2023-02-02 17:02 分类:问答How can I modify a file in a gzipped tar file?
I want to write a (preferably python) script to modify the content of one file in a gzipped tar file. The script must run on FreeBSD 6+.[详细]
2023-02-02 10:36 分类:问答archiving hidden directories with tar
tar on a directory mydir will archive hidden files and hidden subdirectories, but tar from within mydir with a * wildcard will not.Is this a known inconsistency or bug?[详细]
2023-02-02 03:47 分类:问答tar nests on a restoration
Is the following a known and long-standing inconsistency/feature of tar?I suspect the answer is yes. cd mydir[详细]
2023-01-30 06:12 分类:问答Perl vs. PHP to tar files on a remote server then move them to another remote server
I need to create a web application that tars files on a remote server then moves those files to another server. I am new to scripting languages and was wondering if there are advanta开发者_如何转开发g[详细]
2023-01-28 22:02 分类:问答shell script command doubt
I have a command in my shell script CONFIGS=\"`tar -tzf ${CONFIGS_ARCHIVE}`\" CONFIGS_ARCHIVE is tar.gz file. If the command is executed what will be the value of CONFIGS?[详细]
2023-01-28 19:19 分类:问答script to tar and copy directories
Hey, I thin开发者_开发知识库k the best way to ask this question is to show what I need to happen.[详细]
2023-01-28 14:09 分类:问答How to create stable checksums for auto-generated TarGZ archives?
For a build script, I need to work with source packages of a certain version. In order to not having to include big source archives, the scripts just stores their checksums (SHA1) and downloads them a[详细]
2023-01-27 20:08 分类:问答Excluding directory when creating a .tar.gz file
I have a /public_html/ folder, in that folder there\'s a /tmp/ folder that has like 70gb of files I don\'t really need.[详细]
2023-01-27 17:19 分类:问答