a__
This commit is contained in:
parent
14e9e52362
commit
8fae0bd63e
30 changed files with 269 additions and 269 deletions
|
@ -1,30 +1,30 @@
|
|||
tc() { sa__tar_create "${@}"; }
|
||||
sa__tar_create() {
|
||||
sa__tar_verbose \
|
||||
tc() { a__tar_create "${@}"; }
|
||||
a__tar_create() {
|
||||
a__tar_verbose \
|
||||
--create \
|
||||
--auto-compress \
|
||||
--file \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
tl() { sa__tar_list "${@}"; }
|
||||
sa__tar_list() {
|
||||
sa__tar_verbose \
|
||||
tl() { a__tar_list "${@}"; }
|
||||
a__tar_list() {
|
||||
a__tar_verbose \
|
||||
--list \
|
||||
--file \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
tv() { sa__tar_verbose "${@}"; }
|
||||
sa__tar_verbose() {
|
||||
tv() { a__tar_verbose "${@}"; }
|
||||
a__tar_verbose() {
|
||||
tar \
|
||||
--verbose \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
tx() { sa__tar_xtract "${@}"; }
|
||||
sa__tar_xtract() {
|
||||
sa__tar_verbose \
|
||||
tx() { a__tar_xtract "${@}"; }
|
||||
a__tar_xtract() {
|
||||
a__tar_verbose \
|
||||
--extract \
|
||||
--file \
|
||||
"${@}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue