Skip to content

Instantly share code, notes, and snippets.

View naveen521kk's full-sized avatar
💭
Focusing!

Naveen M K naveen521kk

💭
Focusing!
View GitHub Profile
@naveen521kk
naveen521kk / useful-commands.md
Last active November 29, 2023 13:30
I've collected a list of usefull commands which I can't usually remember top of my head

Compress a tar archive:

tar -czvf name-of-archive.tar.gz /path/to/directory-or-file

Extract a tar archive

tar -xf name-of-archive.tar.gz outdir/