rwx/sh/alias/mv.sh
2025-07-06 19:14:33 +02:00

7 lines
88 B
Bash

# move interactively
#= mvi
a__mo_ve_interactive() {
mv \
--interactive \
"${@}"
}