Skip to content

Commit

Permalink
Add tar cmd (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Aug 14, 2024
1 parent 402b014 commit ec4e650
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ netstat -anpt

# Check system metric (CPU/RAM/...)
top

# Tar
tar -cvf sampleArchive.tar /home/sampleArchive

# Extract
tar -xvf sampleArchive.tar
tar -xvf sampleArchive.tar.gz -C /home/ExtractedFiles/
```

[Back to top 🔝](#cli-commands-reference)
Expand Down

0 comments on commit ec4e650

Please sign in to comment.