3 lines
100 B
Bash
3 lines
100 B
Bash
alias tc='tar --verbose --create --auto-compress --file'
|
|
|
|
alias tx='tar --verbose --extract --file'
|