atool
Verified for current stable LTS
Atool Commands
Atool command syntax with verified terminal examples.
Commands
12 commands for Atool
atool Archive
Atool Command: Extract Archive
atool {-x|--extract} archive.tar.gz atool Archive
Atool Command: Repack Archive
atool {-r|--repack} old_archive.tar.gz new_archive.tar.7z atool Archive
Atool Command: Create New Archive
atool {-a|--add} {new_archive.zip} {path/to/file1 path/to/file2 ...} atool Archive
Atool Command: List Files In Archive
atool {-l|--list} {path/to/archive.zip} atool Archive
Atool Command: Extract Archive To Specific Directory
atool {-X|--extract-to} {path/to/output_directory} {archive.rar} atool Archive
Atool Command: Display File Content From Archive
atool {-c|--cat} {archive.tar} {path/to/file_in_archive.txt} atool Archive
Atool Command: List Files With Pager
atool {-l|--list} {-p|--pager} large_archive.tar.bz2 atool Archive
Atool Command: Extract Multiple Archives
atool {-x|--extract} {-e|--each} archive1.zip archive2.tar.gz *.rar atool Archive
Atool Command: Cat File In Archive
atool {-c|--cat} archive.tar path/to/file_in_archive.txt atool Archive
Atool Command: List Files
atool {-l|--list} path/to/archive.zip atool Archive
Atool Command: Extract To Directory
atool {-X|--extract-to} path/to/output_directory archive.rar atool Archive
Atool Command: Create Archive
atool {-a|--add} new_archive.zip path/to/file1 path/to/file2 ... Suggest a Atool Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Atool workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.