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