🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub✦ BytesAgain

Tar

by @bytesagain1

Create, extract, list, and compress tar archives with format support. Use when scanning contents, monitoring sizes, reporting results, alerting corruption.

Versionv3.0.1
Downloads490
Installs1
TERMINAL
clawhub install tar

πŸ“– About This Skill


name: tar version: "3.0.1" author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills license: MIT-0 tags: [tar, tool, utility] description: "Create, extract, list, and compress tar archives with format support. Use when scanning contents, monitoring sizes, reporting results, alerting corruption."

tar

Archive management tool.

Commands

create

Create tar archive (.tar/.tar.gz/.tar.bz2/.tar.xz)

scripts/script.sh create  

extract

Extract archive contents

scripts/script.sh extract  [dir]

list

List archive contents with details

scripts/script.sh list 

add

Add files to uncompressed .tar archive

scripts/script.sh add  

info

Show archive metadata (size, entries, format)

scripts/script.sh info 

diff

Compare contents of two archives

scripts/script.sh diff  

verify

Check archive integrity

scripts/script.sh verify 

find

Search for files matching pattern

scripts/script.sh find  

Requirements

  • bash 4.0+

  • *Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*