Hi Sam I'm a Windows person so I can help a lot, but I assume the command isn't broken over two lines as it arrived to me? Also your backslash at the end (it is part of the command I presume) should be \\". As it is you've just escaped the closing double-quote to include it in the command string, so that the overall string isn't terminated.
Cheers, Rob ----- Original Message ----- From: "Sam Harris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 12, 2002 10:11 AM Subject: error with external command > I am having hard time figuring out why one of my lines is not working: > > system"find . -ctime -1 -exec cp {} > /opt/WWW/web_stats/logs/daily/newfiles \"; > > the error is that : > Unquoted string "opt" may clash with future reserved word at > ./process_web_log_files.pl line 25. > > thanks for your help in advance. > > > Sam Harris, > Internet Services > Franklin University > 201 S. Grant Avenue > Columbus, Ohio 43215-5399 > Work: (614)-744-8322 > Toll free: 1-877-341-6300 ext. 8322 > [EMAIL PROTECTED] > http://www.franklin.edu/ > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]