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