home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.databases.oracle
- 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
- From: jhs@n8ppd001.nt.com (jhs)
- Subject: Re: Spool & Trailing Blanks
- Message-ID: <C1Gnrz.5q8@news.rich.bnr.ca>
- Sender: jhs@n8ppd001 (jhs)
- Date: Tue, 26 Jan 1993 12:23:58 GMT
- Lines: 12
- Reply-To: cmjxs04@nt.com (jhs)
- References: <1993Jan25.133239.1@ntc02.tele.nokia.fi>
- Nntp-Posting-Host: 131.253.248.61
- Organization: Northern Telecom, RTP NC
-
-
-
- In response to your questions:
-
- 1) I run spool files through sed to remove the trailing blanks:
- sed 's/ *$//' <spool.blank >spool.noblank
-
- 2) Your file transfer from UNIX to DOS should take care of the
- text record separators. If you use FTP (ASCII mode) this is
- done automatically.
-
- john
-