sh/bash/alias/mv.sh

6 lines
57 B
Bash
Raw Normal View History

2023-05-18 11:20:30 +00:00
# move interactively
alias mvi="\
mv \
--interactive \
"