Rene Occelli writes ... > I've to read binary file created on a PC. So I'm looking for tools > to convert it that it is Ok to read on a Sun. I think you can use dd and the -swab option to do that, perhaps something like ... dd -swab -if=pc-file -of=sun-file man dd for details, etc. -Shel