RSSAmplifier

A Scripter's Notes · Jun 13, 2022

Disarming the 'tar' bomb in 10 seconds

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Use tar -caf <file> <dir> to create an archive, tar -xf <file> to extract one, and more. Table of Contents Mnemonics Creating an archive Extracting an archive Listing contents of an archive Summary I had come across this post by user Garrit on Mastodon, and that inspired this post. In reply to: https://garrit.xyz/posts/2022-06-02-tar-commands A post on the Unix command tar cannot leave out the…

Read on scripter.co

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.