sa
This commit is contained in:
parent
bbcbcf28a2
commit
46704e9e37
29 changed files with 265 additions and 265 deletions
|
@ -1,30 +1,30 @@
|
|||
tc() { sh_a__tar_create "${@}"; }
|
||||
sh_a__tar_create() {
|
||||
sh_a__tar_verbose \
|
||||
tc() { sa__tar_create "${@}"; }
|
||||
sa__tar_create() {
|
||||
sa__tar_verbose \
|
||||
--create \
|
||||
--auto-compress \
|
||||
--file \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
tl() { sh_a__tar_list "${@}"; }
|
||||
sh_a__tar_list() {
|
||||
sh_a__tar_verbose \
|
||||
tl() { sa__tar_list "${@}"; }
|
||||
sa__tar_list() {
|
||||
sa__tar_verbose \
|
||||
--list \
|
||||
--file \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
tv() { sh_a__tar_verbose "${@}"; }
|
||||
sh_a__tar_verbose() {
|
||||
tv() { sa__tar_verbose "${@}"; }
|
||||
sa__tar_verbose() {
|
||||
tar \
|
||||
--verbose \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
tx() { sh_a__tar_xtract "${@}"; }
|
||||
sh_a__tar_xtract() {
|
||||
sh_a__tar_verbose \
|
||||
tx() { sa__tar_xtract "${@}"; }
|
||||
sa__tar_xtract() {
|
||||
sa__tar_verbose \
|
||||
--extract \
|
||||
--file \
|
||||
"${@}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue