diff --git a/bash/tar.sh b/bash/tar.sh index 2c1f18c..bd36382 100644 --- a/bash/tar.sh +++ b/bash/tar.sh @@ -1,3 +1,5 @@ alias tc='tar --verbose --create --auto-compress --file' +alias tl='tar --verbose --list --file' + alias tx='tar --verbose --extract --file'