rwx/shell/alias/cp.sh

6 lines
57 B
Bash
Raw Normal View History

2023-05-18 13:23:12 +02:00
# copy interactively
alias cpi="\
cp \
--interactive \
"