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