On Wed, Nov 13, 2002 at 07:04:19PM -0500, Matthew Daubenspeck wrote: > I am trying to create a bunch of text files for use with a streaming > MP3 player (Audiotron). However, due to the fact that the developers > use Windows CE as their "kernel", every danged playlist I make is not > understood by the player because it cannot understand my debian > created text files. Is there any easy way to do this? Currently, I use > something like: > > ls ./*.mp3 > list.m3u > > Is there a way to change that through the command line? I use vim as > an editor, is there a config option/switch I can use there as well?
In vim:
:set fileformat=dos
Separate tool:
man todos
--
Karl E. J�rgensen
[EMAIL PROTECTED] http://karl.jorgensen.com
==== Today's fortune:
God made the integers; all else is the work of Man.
-- Kronecker
msg12901/pgp00000.pgp
Description: PGP signature

