The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-17-2006
systemsb systemsb is offline
Registered User
 

Join Date: Jan 2006
Posts: 23
Try this

Are you spooling the file like this below..?

>>spool c:\SOMETHING_SOMETHING&&filedate.csv

then

Try

c:\SOMETHING_SOMETHING&&filedate..csv

You need to use two dots.
Reply With Quote