diff --git a/pages/common/tar.md b/pages/common/tar.md index c43cc0115..b8eb807da 100644 --- a/pages/common/tar.md +++ b/pages/common/tar.md @@ -26,3 +26,7 @@ - create a compressed archive, using archive suffix to determine the compression programm `tar caf {{target.tar.xz}} {{file1 file2 file3}}` + +- list the contents of a tar file + +`tar -tvf {{source.tar}}`