Mário Gamito wrote: > Hi, > > How can i copy a file to another with the same name without being > prompted for a confirmation ? > > I read the cp man page, but nada. 1. # /bin/cp foo bar 2. # cp -f foo bar 3. # \cp foo bar 4. # unalias cp # cp foo bar ...