Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about cp command #85

Open
pplmx opened this issue Apr 29, 2019 · 1 comment
Open

about cp command #85

pplmx opened this issue Apr 29, 2019 · 1 comment

Comments

@pplmx
Copy link
Contributor

pplmx commented Apr 29, 2019

By alias command, you will see the following info in some os(For example, rhel7.4).
By default, cp is cp -i.
Under this situation, you need use \cp to the origin command.(e.g. ,\cp -f)

alias cp='cp -i'
alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto'
alias grep='grep --color=auto'
alias l.='ls -d .* --color=auto'
alias ll='ls -l --color=auto'
alias ls='ls --color=auto'
alias mv='mv -i'
alias rm='rm -i'
alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'
@jaywcjlove
Copy link
Owner

@mystic-cg You can open a PR and I will merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants