rwx/sh/alias/mv.sh

8 lines
88 B
Bash
Raw Normal View History

# move interactively
2025-07-06 19:14:33 +02:00
#= mvi
a__mo_ve_interactive() {
mv \
--interactive \
"${@}"
}