sh/bash.d/tar.sh
2023-05-09 22:02:34 +02:00

3 lines
100 B
Bash

alias tc='tar --verbose --create --auto-compress --file'
alias tx='tar --verbose --extract --file'