|
Next: Paravirtualization on VMware's Platform [VMI].
|
| Author |
Message |
External

Since: Sep 11, 2009 Posts: 11
|
(Msg. 1) Posted: Thu Sep 17, 2009 11:20 pm
Post subject: whatever happened to unix2dos and dos2unix? Archived from groups: alt>os>linux>debian (more info?)
|
|
|
They are not in leeny?
Just spent a frustrating hour trying to feed a text file into a web form
on a windows server and wondering WTF.
Then it clicked, I needed unix2dos conversion.
And when I went looking for it, it wasn't in lenny.
What happened with it? |
|
| Back to top |
|
 |  |
External

Since: May 20, 2007 Posts: 45
|
(Msg. 2) Posted: Fri Sep 18, 2009 3:20 am
Post subject: Re: whatever happened to unix2dos and dos2unix? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Fri, 18 Sep 2009 03:52:10 +0000, terryc wrote:
> They are not in leeny?
>
> Just spent a frustrating hour trying to feed a text file into a web form
> on a windows server and wondering WTF.
>
> Then it clicked, I needed unix2dos conversion.
>
> And when I went looking for it, it wasn't in lenny.
>
> What happened with it?
Is it hiding from you?????
apt-cache search dos2unix
tofrodos - Converts DOS <-> Unix text files, alias tofromdos
OR...from the debian site?
http://packages.debian.org/search?searchon=contents&keywords=dos2unix&...e=exact |
|
| Back to top |
|
 |  |
External

Since: Mar 05, 2006 Posts: 86
|
(Msg. 3) Posted: Fri Sep 18, 2009 3:20 am
Post subject: Re: whatever happened to unix2dos and dos2unix? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 2009-09-18 05:52 +0200, terryc wrote:
> They are not in leeny?
>
> Just spent a frustrating hour trying to feed a text file into a web form
> on a windows server and wondering WTF.
>
> Then it clicked, I needed unix2dos conversion.
>
> And when I went looking for it, it wasn't in lenny.
>
> What happened with it?
It's in the tofrodos package.
Sven |
|
| Back to top |
|
 |  |
External

Since: Sep 11, 2009 Posts: 11
|
(Msg. 4) Posted: Fri Sep 18, 2009 3:20 am
Post subject: Re: whatever happened to unix2dos and dos2unix? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Fri, 18 Sep 2009 04:56:18 +0000, jellybean stonerfish wrote:
>> What happened with it?
>
> Is it hiding from you?????
Yes
>
> apt-cache search dos2unix
> tofrodos - Converts DOS <-> Unix text files, alias tofromdos
baah, silly aptitude and I was told it was so much better than apt-*
Thanks. |
|
| Back to top |
|
 |  |
External

Since: Sep 11, 2009 Posts: 11
|
(Msg. 5) Posted: Fri Sep 18, 2009 3:20 am
Post subject: Re: whatever happened to unix2dos and dos2unix? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Fri, 18 Sep 2009 06:57:32 +0200, Sven Joachim wrote:
> It's in the tofrodos package.
Thanks. |
|
| Back to top |
|
 |  |
External

Since: Nov 09, 2008 Posts: 9
|
(Msg. 6) Posted: Fri Sep 18, 2009 3:20 am
Post subject: Re: whatever happened to unix2dos and dos2unix? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 2009-09-18 06:58 (UTC), terryc wrote:
> On Fri, 18 Sep 2009 04:56:18 +0000, jellybean stonerfish wrote:
>> apt-cache search dos2unix
>> tofrodos - Converts DOS <-> Unix text files, alias tofromdos
>
> baah, silly aptitude and I was told it was so much better than apt-*
I'm not sure what you mean but I guess you didn't try to search from
packages' descriptions (~d) with aptitude:
aptitude search ~ddos2unix |
|
| Back to top |
|
 |  |
External

Since: Nov 11, 2008 Posts: 16
|
(Msg. 7) Posted: Mon Sep 21, 2009 9:20 am
Post subject: Re: whatever happened to unix2dos and dos2unix? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"terryc" <newsninespam-spam RemoveThis @woa.com.au> wrote in message
news:h8v05a$k6v$1@news.eternal-september.org...
>
>
> They are not in leeny?
>
> Just spent a frustrating hour trying to feed a text file into a web form
> on a windows server and wondering WTF.
>
> Then it clicked, I needed unix2dos conversion.
>
> And when I went looking for it, it wasn't in lenny.
>
> What happened with it?
As others have said, it's in the tofrodos package.
But if you ever need to do it without installing that package (say you're
offline somewhere - it does happen), you can do it in nano:
1. Open the text file with nano
2. Press Ctrl-O (not zero) to write the file
3. Before confirming the filename, press Alt-D to toggle between DOS and
Unix formats.
CC |
|
| Back to top |
|
 |  |