Ask a Question related to SCO, Design and Development.
-
kevin bailey #1
Re: Reading UNIX files on PC
what format is the floppy?
SusanLM wrote:
>
> Hi! Does anyone know of a way for me to read/manipulate files on a
> DOS/Windows2000 PC which were created on a Unix machine? The problem is,
> I know very little about Unix and I don't have access to the Unix
> machine that creates the Unix files (someone else does that part). I
> have no input into how the Unix files are created so I can't ask the
> creator to set any switches for me which would allow me to read the
> files on a DOS/Windows2000 PC. I simply get the Unix files on a floppy.
>
> Someone else in my company before me was able to create a program to
> read the Unix file from the floppy, extract just the data he/I need and
> print that out to a DOS .txt file. However, the program he used needs to
> be upgraded and I don't have his source code!
>
> Please help! Thanks in advance.
>
> Susan
>
> --
> Posted via [url]http://dbforums.com[/url]kevin bailey Guest
-
CS3 not reading CS2 files
I have a colleague who is running indesign CS3 and it won't open the CS2 files I'm producing. She's tried the patch download posted elsewhere and... -
Reading old EPS files
I have 80 EPS files purchased a long time ago that are now impossible to replace. The headers show that they are Adobe 3.0 EPSF 3.0 files created by... -
Reading csv files
I have a csv file remotely located over a network, how can i read the fields and records in this file to test for specific values i.e. valid user... -
[PHP] reading in files
www.php.net/uploads 1. use $_FILES 2. $_FILES would be na array holding info about the uploded file bob pilly wrote: -
Reading Unix code
A quick note to inform my fellow Unix developers that my book "Code Reading: The Open Source Perspective" (Addison-Wesley, 2003) is now available. ... -
Edward Hooper #2
Re: Reading UNIX files on PC
SusanLM <member34252@dbforums.com> wrote in message news:<3151594.1059172150@dbforums.com>...
If you are trying to edit Unix text files, then your best utility is> Hi! Does anyone know of a way for me to read/manipulate files on a
> DOS/Windows2000 PC which were created on a Unix machine? The problem is,
> I know very little about Unix and I don't have access to the Unix
> machine that creates the Unix files (someone else does that part). I
> have no input into how the Unix files are created so I can't ask the
> creator to set any switches for me which would allow me to read the
> files on a DOS/Windows2000 PC. I simply get the Unix files on a floppy.
>
> Someone else in my company before me was able to create a program to
> read the Unix file from the floppy, extract just the data he/I need and
> print that out to a DOS .txt file. However, the program he used needs to
> be upgraded and I don't have his source code!
>
> Please help! Thanks in advance.
>
> Susan
Word Pad (aka write.exe) on Windows. It will adjust for the lack of a
carriage return (CR) in the Unix file, and when you save you can do so
as a text file but it will be written back with a CR at the end of
each line. All this means is that any Unix user will have to do a
global search and replace to remove the CR.
I hope this answers your question.
Edward Hooper
Princess Cruises
IT Department
Shipboard Systems Group
"It's not just a cruise, it's a friggan' adventure!"
Edward Hooper Guest



Reply With Quote

