rwx/sh/alias/rm.sh
2025-07-06 19:14:11 +02:00

7 lines
92 B
Bash

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