Shell / Commands

tar

English

Overview

A command for creating and extracting archives that bundle multiple files into one.

Details

A command that bundles multiple files and directories into a single archive file, or extracts them from one, often used together with a compression tool. Its name, short for tape archive, is a holdover from when it targeted tape drives; it remains widely used today thanks to the flexibility of stacking options together, as in -czf.

More Linux terms