
atool
List of commands for atool:
-
atool:tldr:19b48 atool: List files in a zip archive.$ atool --list ${path-to-archive-zip}try on your machineexplain this command
-
atool:tldr:7d8c0 atool: Create a new 7zip archive with two files.$ atool --add ${path-to-archive-7z} ${filename1 filename2 ---}try on your machineexplain this command
-
atool:tldr:aac84 atool: Extract all zip and rar archives in the current directory.$ atool --each --extract ${*-zip *-rar}try on your machineexplain this command
-
atool:tldr:e7590 atool: Unpack a tar.gz archive into a new subdirectory (or current directory if it contains only one file).$ atool --extract ${path-to-archive-tar-gz}try on your machineexplain this command