Kamis, 18 Desember 2008

Linux Copy Without Overwrite Confirmation

By default, Fedora Core seems to interpret every "cp" command I issue as
"cp
-i"--that is, it asks me if I'm sure whether or not I want to overwrite
umpteen files and I have to hit "y" and Enter a zillion times.

Any suggestions?
Thanks.



Chekc if you have an alias for 'cp'.

Type

$ alias
...
...
alias cp='cp -i'
...
...


And do
$ unalias cp

Tidak ada komentar: