home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / database / oracle / 2961 < prev    next >
Encoding:
Text File  |  1993-01-28  |  887 b   |  26 lines

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!charon.amdahl.com!amdahl!rtech!pacbell.com!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!hermes.chpc.utexas.edu!news.utdallas.edu!corpgate!crchh327!n8ppd001!jhs
  3. From: jhs@n8ppd001.nt.com (jhs)
  4. Subject: Re: Spool & Trailing Blanks
  5. Message-ID: <C1Gnrz.5q8@news.rich.bnr.ca>
  6. Sender: jhs@n8ppd001 (jhs)
  7. Date: Tue, 26 Jan 1993 12:23:58 GMT
  8. Lines: 12
  9. Reply-To: cmjxs04@nt.com (jhs)
  10. References:  <1993Jan25.133239.1@ntc02.tele.nokia.fi>
  11. Nntp-Posting-Host: 131.253.248.61
  12. Organization: Northern Telecom,  RTP NC
  13.  
  14.  
  15.  
  16. In response to your questions:
  17.  
  18. 1) I run spool files through sed to remove the trailing blanks:
  19.         sed 's/ *$//' <spool.blank >spool.noblank
  20.  
  21. 2) Your file transfer from UNIX to DOS should take care of the
  22.    text record separators.  If you use FTP (ASCII mode) this is
  23.    done automatically.
  24.  
  25. john
  26.