rwx/sh/io/rm.sh
2025-07-27 20:34:35 +02:00

10 lines
104 B
Bash

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