We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97485de commit b5b02bbCopy full SHA for b5b02bb
1 file changed
pages/bash/index.html
@@ -990,6 +990,19 @@ <h2>field & total</h2>
990
# echo -e "a-b-c-10\na-b-c-5" | total 4 -
991
</script>
992
993
+ <h2>tar</h2>
994
+ <script type="editor" data-lang="sh">
995
+
996
+ tar -tzf tsx.tar.gz
997
+ # list what is in tar.gz
998
999
+ tar -zcvf tsx.tar.gz .
1000
+ # compress including hidden files
1001
1002
+ tar -zxvf tsx.tar.gz
1003
+ # unpack
1004
1005
+ </script>
1006
<h2>monitoring tools</h2>
1007
1008
<script type="editor" data-lang="sh">
0 commit comments