Install the complete package with local command reference and every published mode.
install tartarUse
A
tar <src|arc.tar> [dst] [options]tar <src> [dst]create an uncompressed
tar <arc.tar> [dst]extract into the current directory or <dst>
-llist archive contents without extracting
-ttest archive paths, headers and file data
-freplace an archive or existing extracted files
-d @deldelete the source after successful archive creation
-l reports type/size and path in separate columns. -t validates checksums, entry paths and file data without extracting anything, then reports the number of entries, files and total payload size.
Absolute paths, parent traversal, links and unsupported entry types are rejected. Existing extracted files are preserved unless -f is explicit.
-d delegates deletion to del only after the archive was created successfully. The source is never removed after a failed archive operation.
Run the prepared examples directly on the page. Their results are prebuilt and shown in the browser; no terminal command is executed on the server.
Install the current compatible version. Choose Base for the complete feature set or Minimum for the reduced package; use upgrade to update a module that is already installed.
Base and Minimum are two packages of the same current module release, not separate command versions.
Install the complete package with local command reference and every published mode.
install tarInstall the reduced package. Local reference is omitted;
install tar -mInstall exactly this published version.
install tar -v 1.1.4Ask upgrade to check compatibility and replace the installed block only when needed.
upgrade tarRemove the extension block while leaving the core and unrelated modules intact.
install tar -uExamples are copyable command lines, not actions executed by this website. Review paths, permissions and destructive flags before running them on a real project.
cd \sandbox | tar data tmp/data.tar | tar tmp/data.tar -tStatus Archive OK
Entries 3
Files 2
Size 7.7 KBtar tmp/data.tar -lD - data/
F 1.2 KB data/sample.txt
F 6.5 KB data/users.jsontar tmp/data.tar tmp/unpackedextracted sandbox/tmp/unpacked/data/
files 2tar data tmp/data.tar -fcreated sandbox/tmp/data.tar
replace explicittar tmp/draft.txt tmp/draft.tar -dcreated sandbox/tmp/data.tar
source deleted after successful archive creationtar missing tmp/missing.tarcreated sandbox/tmp/data.tar
files 2sandbox/data/sample.txtThe example uses a file or directory from the protected /sandbox/ documentation workspace.
lil-terminal sandbox text file
This file is safe to read, copy, rename, replace, hash and archive.
Primary archive actions stay visible while operational flags are grouped below them.