sh/bash.d/tar.sh

4 lines
100 B
Bash
Raw Normal View History

2023-05-09 20:02:34 +00:00
alias tc='tar --verbose --create --auto-compress --file'
alias tx='tar --verbose --extract --file'