sh/shell/alias/mv.sh
2024-11-15 16:27:41 +01:00

5 lines
57 B
Bash

# move interactively
alias mvi="\
mv \
--interactive \
"