mv
This commit is contained in:
parent
38b2cc5a11
commit
1beea8534c
1 changed files with 0 additions and 0 deletions
10
sh/io/mv.sh
Normal file
10
sh/io/mv.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
# mv
|
||||
|
||||
# move interactively
|
||||
#| mv
|
||||
#= mvi
|
||||
rwx_move_interactive() {
|
||||
mv \
|
||||
--interactive \
|
||||
"${@}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue