View Single Post
Old 11-08-2004, 09:08 AM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,444
sde is on a distinguished road
Suppressing errors with the cp command

i need to supress errors on a copy command for a bash script.

i saw documentation somewhere that called for this syntax:
Code:
$ cp -E ignore sourcefile /path/to/destination
that doesn't work on the redhat 9 server i'm working on. i did a man cp, and did not find anything.

are there any other known ways to supress errors?
__________________
Mike
sde is online now   Reply With Quote