mv
This commit is contained in:
parent
95ea69c92f
commit
b13056034b
1 changed files with 0 additions and 0 deletions
27
sh/alias/tar.sh
Normal file
27
sh/alias/tar.sh
Normal file
|
@ -0,0 +1,27 @@
|
|||
tc() {
|
||||
tv \
|
||||
--create \
|
||||
--auto-compress \
|
||||
--file \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
tl() {
|
||||
tv \
|
||||
--list \
|
||||
--file \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
tv() {
|
||||
tar \
|
||||
--verbose \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
tx() {
|
||||
tv \
|
||||
--extract \
|
||||
--file \
|
||||
"${@}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue