rwx/sh/alias/mv.sh
2024-11-18 15:35:54 +01:00

6 lines
64 B
Bash

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