Stripping characters out of fields
Brent Gillan
bgillan@aerocomp.ca
Wed, 06 Oct 1999 13:00:28 -0500
If you have access to the POSIX shell from MPE/iX:
First create the data file using Powerhouse, then use the POSIX 'sed' command to
replace the #'s.
ie. sed s/#/ /g inputfile > outputfile
This will substitute all occurrences of '#' with blanks.
"Glenn A. Mitchell" wrote:
> Why not use Powerhouse to create the data file and then just edit the file
> with an editor and replace the offending "#" with spaces? Given it's just a
> replace, it's an ideal candidate for QUAD.
>
> Glenn A. Mitchell Mailto:g.mitchell@computer.org
> 3GM Associates, Inc
> Portland, ME 04102
> 207-772-9370
>
> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
> Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
> This list is closed, thus to post to the list, you must be a subscriber.
--
Brent Gillan
Aerocomp Solutions Inc.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.