Skip to content

Commit 1fcd0b8

Browse files
authored
Update bash index.html with new comment q
Added comment for compressing all except .git
1 parent fe3f457 commit 1fcd0b8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pages/bash/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,10 @@ <h2>tar</h2>
10241024

10251025
tar -zxvf tsx.tar.gz
10261026
# unpack
1027+
1028+
# compress all except .git
1029+
tar -tzf tsx.tar.gz
1030+
10271031
</script>
10281032
<h2>monitoring tools</h2>
10291033

0 commit comments

Comments
 (0)