I'm using Regina REXX on Windows, and I'd like to read a file
linewise, but the input lines are delimited with CR (x'0d') rather
than the Windows standard of CRLF (x'0d0a'). These are old-fashioned
Word (.doc) files - about 200 of them.
On Fri, 23 Apr 2021 02:06:51 -0400
Arthur T. <[email protected]d> wrote:
I'm using Regina REXX on Windows, and I'd like to read a file
linewise, but the input lines are delimited with CR (x'0d') rather
than the Windows standard of CRLF (x'0d0a'). These are old-fashioned
Word (.doc) files - about 200 of them.
Those appear to be Unix-style files. I'm almost certain that there are scripts available that will do end-of-line conversion for you from the CLI - either for a few files or an entire directory.
I'm in Rexx learning mode so I cannot help you directly with a Rexx solution. I'm still trying ti figure out how to run Regina interactively in my Linux box, i.e ``regina -i''
However, I think that we might be the only two lost souls lurking this newsgroup! :)
However, I think that we might be the only two lost souls lurking this newsgroup! :)No, there are others lurking ...
On Fri, 23 Apr 2021 14:23:33 UTC, Rony <[email protected]>
wrote:
Hi all,
However, I think that we might be the only two lost souls lurking this newsgroup! :)No, there are others lurking ...
By definition, lurkers lurk. :-)
Steven
On Fri, 23 Apr 2021 14:23:33 UTC, Rony <[email protected]>
wrote:
Hi all,
However, I think that we might be the only two lost souls lurking this newsgroup! :)No, there are others lurking ...
By definition, lurkers lurk. :-)
Lurkers are the only smart ones on Usenet. :-)Why, thank you...
On Fri, 23 Apr 2021 14:23:33 UTC, Rony <[email protected]>
wrote:
Hi all,
By definition, lurkers lurk. :-)However, I think that we might be the only two lost souls lurking this newsgroup! :)No, there are others lurking ...
Steven
--I confess to being a lurker. I'm sure there are others
---------------------------------------------------------------------
Steven Levine <[email protected]>
DIY/ArcaOS/Warp etc. www.scoug.com www.arcanoae.com www.warpcave.com ---------------------------------------------------------------------
I'm using Regina REXX on Windows, and I'd like to read a file
linewise, but the input lines are delimited with CR (x'0d') rather
than the Windows standard of CRLF (x'0d0a'). These are old-fashioned
Word (.doc) files - about 200 of them.
I could charin the entire file (to variable name filein), and do my
own deblocking by an iterative, fancied-up version of PARSE VAR
FILEIN LINEIN (CR) FILEIN.
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 715 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 149:45:44 |
| Calls: | 12,091 |
| Calls today: | 4 |
| Files: | 15,000 |
| Messages: | 6,517,583 |