Hello, I have a question regarding the rcp command.
If the file I'm trying to copy doesn't exist, rcp's output ("file or directory does not exist") appears on the screen, but I'd like this output to be appended to a file.
The usual way,
rcp file_to_be_copied file_to_copy_to >> output.txt
doesn't work. (the message only appears on screen, not in the output.txt file)
Any ideas?
Thank you.
