sh/shell/alias/cp.sh
2024-11-15 16:27:41 +01:00

5 lines
57 B
Bash

# copy interactively
alias cpi="\
cp \
--interactive \
"