644

  • Bash
  • Database
  • Java
  • Js,Ts,Css
  • Server
  • All

Tar – Compress and extract

Published by Tito on 24 March 202124 March 2021

Compress

tar -zcvf <destination_name>.tar.gz <folder1> <folder2> <file1>

Extract

# destination could be . if you want to xtract here
tar -zxvf <archive_name> <destination>

Categories: Bash

0 Comments

Leave a Reply Cancel reply

Avatar placeholder

You must be logged in to post a comment.

Recent Posts
  • ISO/OSI model overview
  • Stat
  • lsof
  • Cookies explained
  • SSH tunneling

Related Posts

Bash

Stat

Stat Command Overview The stat command displays detailed file or filesystem status information. It’s commonly used by developers and sysadmins to inspect metadata such as permissions, ownership, timestamps, and filesystem-specific attributes. Synopsis Key Options Default Read more…

Bash

lsof

Understanding lsof and lsof -i What is lsof? lsof (List Open Files) is a versatile command-line utility on UNIX and Linux systems that displays information about files opened by processes. Since UNIX treats many resources Read more…

Bash

SSH tunneling

SSH (Secure Shell) tunneling is a technique that lets you securely forward network traffic through an encrypted SSH connection. It’s essentially a way to “pipe” otherwise insecure or restricted traffic through an SSH session, protecting Read more…

  • Bash
  • Database
  • Java
  • Js,Ts,Css
  • Server
  • Privacy Policy
644.ovh | Developed by ielpo.net
Welcome to 644 blog
This website uses cookies, also from third parties, to ensure you get the best experience on our website: Read More
ACCEPT
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
SAVE & ACCEPT