sh/bash/tar.sh
2023-05-09 23:25:21 +02:00

3 lines
100 B
Bash

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