* rEMOVING fl FROM wINDOWS OR dos BASED ascii TEXT FILES.
@ Mark Rew
` Edward L. Barnes
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Mark Rew @ UTC (permalink / raw)
To: speakup, blindprogramming
hI LISTS,
dOES ANYONE KNOW OF A PROGRAM OR A METHOD USING BASH COMMANDS TO REFORMAT
wINDOWS tEXT FILES TO A lINUX FORMAT? i WOULD PREFER SOMETHING THAT i CAN USE
ON THE lINUX SIDE FOR THIS REFORMATTING.
THANKS
mARK rEW
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: rEMOVING fl FROM wINDOWS OR dos BASED ascii TEXT FILES.
rEMOVING fl FROM wINDOWS OR dos BASED ascii TEXT FILES Mark Rew
@ ` Edward L. Barnes
` Correction; was " Edward L. Barnes
` jwantz
` Steve Holmes
` (2 subsequent siblings)
3 siblings, 2 replies; 8+ messages in thread
From: Edward L. Barnes @ UTC (permalink / raw)
To: speakup
Hi there, have you tried unix2dos for this? Hth.
Ed Barnes ebarnes@enigma2.cjb.net
Mark Rew said:
> hI LISTS,
>
> dOES ANYONE KNOW OF A PROGRAM OR A METHOD USING BASH COMMANDS TO
> REFORMAT wINDOWS tEXT FILES TO A lINUX FORMAT? i WOULD PREFER SOMETHING
> THAT i CAN USE ON THE lINUX SIDE FOR THIS REFORMATTING.
>
> THANKS
> mARK rEW
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: rEMOVING fl FROM wINDOWS OR dos BASED ascii TEXT FILES.
rEMOVING fl FROM wINDOWS OR dos BASED ascii TEXT FILES Mark Rew
` Edward L. Barnes
@ ` Steve Holmes
` jwantz
` Janina Sajka
3 siblings, 0 replies; 8+ messages in thread
From: Steve Holmes @ UTC (permalink / raw)
To: speakup
I'm assuming you mean LF (linefeed)? Use the 'fromdos' to remove them
and the 'todos' command to put them back in. I currently have
Slackware 8.0 on this machine and these utilities came with it's
standard 'bin' package.
I should tell you that the fromdos and tdos programs read standard
input and write to standard output so don't forget the redirection
symbols (example: fromdos <autoexec.bat >autoexec.txt
HTH.
On Mon, Jul 29, 2002 at 07:36:50AM -0400, Mark Rew wrote:
> hI LISTS,
>
> dOES ANYONE KNOW OF A PROGRAM OR A METHOD USING BASH COMMANDS TO REFORMAT
> wINDOWS tEXT FILES TO A lINUX FORMAT? i WOULD PREFER SOMETHING THAT i CAN USE
> ON THE lINUX SIDE FOR THIS REFORMATTING.
>
> THANKS
> mARK rEW
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 8+ messages in thread
* Correction; was Re: rEMOVING fl FROM wINDOWS OR dos BASED ascii TEXT FILES.
` Edward L. Barnes
@ ` Edward L. Barnes
` jwantz
` jwantz
1 sibling, 1 reply; 8+ messages in thread
From: Edward L. Barnes @ UTC (permalink / raw)
To: speakup
Hi list, I don't often reply to my own messages to a list or otherwise
however in this case I must do so to correct an oversight on my part,
folks it's been a long day already in spite of the fact that it's only a
bit after 10 a.m., so here's the correction, of course, I meant dos2unix
and not unix2dos as I said in my previous message which is below. Sorry
for any inconvenience my error might have caused and best regards to all.
Ed Barnes ebarnes@enigma2.cjb.net
Edward L. Barnes said:
> Hi there, have you tried unix2dos for this? Hth.
>
> Ed Barnes ebarnes@enigma2.cjb.net
>
> Mark Rew said:
>> hI LISTS,
>>
>> dOES ANYONE KNOW OF A PROGRAM OR A METHOD USING BASH COMMANDS TO
>> REFORMAT wINDOWS tEXT FILES TO A lINUX FORMAT? i WOULD PREFER
>> SOMETHING THAT i CAN USE ON THE lINUX SIDE FOR THIS REFORMATTING.
>>
>> THANKS
>> mARK rEW
>>
>>
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: rEMOVING fl FROM wINDOWS OR dos BASED ascii TEXT FILES.
rEMOVING fl FROM wINDOWS OR dos BASED ascii TEXT FILES Mark Rew
` Edward L. Barnes
` Steve Holmes
@ ` jwantz
` Janina Sajka
3 siblings, 0 replies; 8+ messages in thread
From: jwantz @ UTC (permalink / raw)
To: speakup
Hey Mark,
There is the command dos2unix which will basically strip out the
carriage returns. There is also the opposite command unix2dos that'll
put them in. They are on the rh7.3 disks, but I'm not sure which one.
Jim Wantz WB0TFK
On
Mon, 29 Jul 2002, Mark Rew wrote:
> hI LISTS,
>
> dOES ANYONE KNOW OF A PROGRAM OR A METHOD USING BASH COMMANDS TO REFORMAT
> wINDOWS tEXT FILES TO A lINUX FORMAT? i WOULD PREFER SOMETHING THAT i CAN USE
> ON THE lINUX SIDE FOR THIS REFORMATTING.
>
> THANKS
> mARK rEW
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: rEMOVING fl FROM wINDOWS OR dos BASED ascii TEXT FILES.
` Edward L. Barnes
` Correction; was " Edward L. Barnes
@ ` jwantz
1 sibling, 0 replies; 8+ messages in thread
From: jwantz @ UTC (permalink / raw)
To: speakup
No specifically he neesdos2unix since he is trying to get rid of the DOS
garbage.
On Mon, 29 Jul 2002, Edward L. Barnes wrote:
> Hi there, have you tried unix2dos for this? Hth.
>
> Ed Barnes ebarnes@enigma2.cjb.net
>
> Mark Rew said:
> > hI LISTS,
> >
> > dOES ANYONE KNOW OF A PROGRAM OR A METHOD USING BASH COMMANDS TO
> > REFORMAT wINDOWS tEXT FILES TO A lINUX FORMAT? i WOULD PREFER SOMETHING
> > THAT i CAN USE ON THE lINUX SIDE FOR THIS REFORMATTING.
> >
> > THANKS
> > mARK rEW
> >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Correction; was Re: rEMOVING fl FROM wINDOWS OR dos BASED ascii TEXT FILES.
` Correction; was " Edward L. Barnes
@ ` jwantz
0 siblings, 0 replies; 8+ messages in thread
From: jwantz @ UTC (permalink / raw)
To: speakup
Sorry Ed it isn't a good morning for me either. I have answered two
messages that have already been answered!
Jim Wantz WB0TFK
On Mon, 29 Jul 2002, Edward L.
Barnes wrote:
> Hi list, I don't often reply to my own messages to a list or otherwise
> however in this case I must do so to correct an oversight on my part,
> folks it's been a long day already in spite of the fact that it's only a
> bit after 10 a.m., so here's the correction, of course, I meant dos2unix
> and not unix2dos as I said in my previous message which is below. Sorry
> for any inconvenience my error might have caused and best regards to all.
>
> Ed Barnes ebarnes@enigma2.cjb.net
>
> Edward L. Barnes said:
> > Hi there, have you tried unix2dos for this? Hth.
> >
> > Ed Barnes ebarnes@enigma2.cjb.net
> >
> > Mark Rew said:
> >> hI LISTS,
> >>
> >> dOES ANYONE KNOW OF A PROGRAM OR A METHOD USING BASH COMMANDS TO
> >> REFORMAT wINDOWS tEXT FILES TO A lINUX FORMAT? i WOULD PREFER
> >> SOMETHING THAT i CAN USE ON THE lINUX SIDE FOR THIS REFORMATTING.
> >>
> >> THANKS
> >> mARK rEW
> >>
> >>
> >>
> >> _______________________________________________
> >> Speakup mailing list
> >> Speakup@braille.uwo.ca
> >> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: rEMOVING fl FROM wINDOWS OR dos BASED ascii TEXT FILES.
rEMOVING fl FROM wINDOWS OR dos BASED ascii TEXT FILES Mark Rew
` (2 preceding siblings ...)
` jwantz
@ ` Janina Sajka
3 siblings, 0 replies; 8+ messages in thread
From: Janina Sajka @ UTC (permalink / raw)
To: speakup; +Cc: blindprogramming
dos2unix
And, for the other direction ...
unix2dos
On Mon, 29 Jul 2002, Mark Rew wrote:
> hI LISTS,
>
> dOES ANYONE KNOW OF A PROGRAM OR A METHOD USING BASH COMMANDS TO REFORMAT
> wINDOWS tEXT FILES TO A lINUX FORMAT? i WOULD PREFER SOMETHING THAT i CAN USE
> ON THE lINUX SIDE FOR THIS REFORMATTING.
>
> THANKS
> mARK rEW
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
--
Janina Sajka, Director
Technology Research and Development
Governmental Relations Group
American Foundation for the Blind (AFB)
Email: janina@afb.net Phone: (202) 408-8175
Chair, Accessibility SIG
Open Electronic Book Forum (OEBF)
http://www.openebook.org
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
rEMOVING fl FROM wINDOWS OR dos BASED ascii TEXT FILES Mark Rew
` Edward L. Barnes
` Correction; was " Edward L. Barnes
` jwantz
` jwantz
` Steve Holmes
` jwantz
` Janina Sajka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).