![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| no options | nascimento.rp | AIX | 2 | 08-20-2006 11:46 AM |
| options | terms5 | UNIX for Dummies Questions & Answers | 1 | 01-26-2006 09:50 PM |
| sed h and g options | sivasenthil_k | Shell Programming and Scripting | 9 | 01-04-2006 05:21 AM |
| options with awk | mips | Shell Programming and Scripting | 2 | 05-15-2004 12:33 AM |
| cat and wc options | Laura01 | Shell Programming and Scripting | 1 | 09-08-2002 08:21 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
cp options
Hello again,
Is there an option for the cp command to overwrite existing files in the destination directory? Cheers Rob |
| Forum Sponsor | ||
|
|
|
|||
|
if you do have an alias set up for cp (i.e. alias cp "cp -i" )
and do not want to chage the alias try put "\" before cp i.e $ \cp FileName newFileName this will skip all interactive questions. Hope this help
__________________
:rolleyes: |