atool
Verified for current stable LTS
Atool Command: Repack Archive From One Format To Another
Use for repack archive from one format to another with Atool. Exact CLI syntax to repack archive from one format to another using Atool.
When to use this: Use for repack archive from one format to another with Atool.
Command Syntax
atool -r <old_archive.tar.gz> <new_archive.tar.7z> atool -r <old_archive.tar.gz> <new_archive.tar.7z> Command Breakdown
-r- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to repack archive from one format to another using Atool.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Atool Command: Cat File In Archive
atool {-c|--cat} archive.tar path/to/file_in_archive.txt Atool Command: Create Archive atool {-a|--add} new_archive.zip path/to/file1 path/to/file2 ... Atool Command: Create New Archive atool -a <new_archive.zip> <path/to/file1 path/to/file2 ...> Atool Command: Create New Archive From Files atool -a <new_archive.zip> <path/to/file1 path/to/file2 ...> Atool Command: Display File Content atool -c <archive.tar> <path/to/file_in_archive.txt>