[clue-tech] Seeing Linux files on Windows

Dave Price kinaole at gmail.com
Tue Mar 14 17:07:16 MST 2006


Text files may appear to be missing a carriage-return (hex 0D) -
making wordwrap funny, but the 'extra' carriage-return (MS-DOS uses
carriage-return 0x0D and line-feed 0x0A) where unix uses only 0xOA
linefeeds) seems to cause more cunfusion

On the Unix side you can get rid of the little guys with a perl 1-liner

#! /bin/bash
/usr/bin/perl -i -p -e 's/\r//g' $1

(Many distros include tools called unix2dos and dos2unix to do this in
both directions.

Otherwise -

CSV (comma separated value) lets you get text and numbers into
spreadsheets and databases.
OpenOffice can save in MS-Office compatible formats
Many unix apps can create Acrobat PDF's that Acrobat reader for
windows can read.

As far as seeing the files...
Linux can write MSDOS/FAT floppies (gasp)
ISO 9660 CDROM's are cross-platform by design.
USB Keychain drives are typically Windows fat32 compatible, and linux
is happy to write to them.
On the network SAMBA lets you share your linux folders with windows
and Macs, and of course, there is always email

hope that helps

aloha,
dave


On 3/14/06, Kevin Cullis <kevincu at viawest.net> wrote:
> Hey all,
>
> I know that MacOpener and MacDrive will allow Windows users to see
> Mac files on the various media, is there something for Linux files
> that is needed for Windows?
>
> Kevin
> _______________________________________________
> CLUE-tech mailing list
> CLUE-tech at cluedenver.org
> http://cluedenver.org/mailman/listinfo/clue-tech
>


--
aloha,
dave
_______________________________________________
CLUE-tech mailing list
CLUE-tech at cluedenver.org
http://cluedenver.org/mailman/listinfo/clue-tech



More information about the clue-tech mailing list