atool
Verified for current stable LTS
Atool Command: Create New Archive From Files
Use for create new archive from files with Atool. Exact CLI syntax to create new archive from files using Atool.
When to use this: Use for create new archive from files with Atool.
Command Syntax
atool -a <new_archive.zip> <path/to/file1 path/to/file2 ...> atool -a <new_archive.zip> <path/to/file1 path/to/file2 ...> Command Breakdown
-a- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to create new archive from files 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: Display File Content atool -c <archive.tar> <path/to/file_in_archive.txt> Atool Command: Display File Content From Archive atool -c <archive.tar> <path/to/file_in_archive.txt>