11 · The Command Line

tar / zip

Bundle and compress files

Package many files into one archive: zip is universal, tar (often “.tar.gz”) is the Unix standard. How whole folders travel as a single compressed file.

Concrete example

“tar -czf site.tar.gz site/” squeezes an entire folder into one shippable file.