Reading UNIX files on PC

Ask a Question related to SCO, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. [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:
    5. 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. ...
  3. #2

    Default Re: Reading UNIX files on PC

    SusanLM <member34252@dbforums.com> wrote in message news:<3151594.1059172150@dbforums.com>...
    > 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
    If you are trying to edit Unix text files, then your best utility is
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139