I'm working on a script to copy files at the Linux level from one folder to another. The commands are:
SH -c"find CIF.IMAGES -type f -exec mv {} /bl1/newfolder \\;"
CIF.IMAGES is a folder in my account and I'm trying to move all of the files to the newfolder in /bl1. The issue is that the paragraph interpreter is seeing the "\\" as an unmatched quote and fails, so nothing gets moved.
Suggestions?
------------------------------
Jeff Teter
Woodforest National Bank
The Woodlands, TX
------------------------------
