On Mon, 27 Oct 2008, Jane wrote: > its not a problem, but if you know how to "fix" this easily > or if i am doing something wrong, please let me know, ty, > jan
Perhaps this one-liner does the trick for you? cat fluidfile.fl | sed -e 's/\r//g' | fixedfluidfile.fl Although admittedly it would be more practical if fluid would simply omit the <cr> character regardless of platform. Best, Marc _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

