mv
This commit is contained in:
parent
63deee7326
commit
0f312f6c85
1 changed files with 0 additions and 0 deletions
6
sh/alias/rm.sh
Normal file
6
sh/alias/rm.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
# remove interactively
|
||||
rmi() {
|
||||
rm \
|
||||
--interactive \
|
||||
"${@}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue