mv
This commit is contained in:
parent
35b464c8f8
commit
cafc65bf4d
1 changed files with 0 additions and 0 deletions
9
sh/io/cp.sh
Normal file
9
sh/io/cp.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
# cp
|
||||
|
||||
# copy interactively
|
||||
#= cpi
|
||||
rwx_copy_interactive() {
|
||||
cp \
|
||||
--interactive \
|
||||
"${@}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue