Re: [Cse461] Fishster index file format

From: Janet Davis (jlnd_at_cs.washington.edu)
Date: Mon Mar 08 2004 - 10:45:04 PST

  • Next message: Janet Davis: "RE: [Cse461] Fishster index file format"

    On Sun, 7 Mar 2004, Cameron Tom wrote:

    > The assignment says:
    > "The file "index", if it exists, contains a list of file names that the
    > server is willing to share"
    >
    > What is the format of this index file? Going from the previous syntax,
    > can I assume:
    > file1<crlf>
    > file2<crlf>
    > ...
    > fileN<crlf>
    > ?

    Basically, yes. The one catch is that Unix uses only <lf> (or "\n") as
    its line separator, rather than <crlf>, so you should also understand the
    following:

    file1<lf>
    file2<lf>
    ...
    fileN<lf>

    Cheers,
    Janet

    -- 
    Janet Davis
    jlnd_at_cs.washington.edu
    http://www.cs.washington.edu/homes/jlnd/
    _______________________________________________
    Cse461 mailing list
    Cse461_at_cs.washington.edu
    http://mailman.cs.washington.edu/mailman/listinfo/cse461
    

  • Next message: Janet Davis: "RE: [Cse461] Fishster index file format"

    This archive was generated by hypermail 2.1.6 : Mon Mar 08 2004 - 10:45:10 PST