cpi
This commit is contained in:
parent
70006908fe
commit
7358508a93
1 changed files with 5 additions and 0 deletions
5
bash/alias/cp.sh
Normal file
5
bash/alias/cp.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
# copy interactively
|
||||
alias cpi="\
|
||||
cp \
|
||||
--interactive \
|
||||
"
|
Loading…
Reference in a new issue