sh/shell/alias/rm.sh
2024-11-16 15:22:14 +01:00

6 lines
66 B
Bash

# remove interactively
rmi() {
rm \
--interactive \
"${@}"
}