Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!ub!uhura.cc.rochester.edu!prie@escher.cc.rochester.edu From: prie@escher.cc.rochester.edu (Tod Rieger) Newsgroups: comp.sys.next Subject: DOS (and /usr/lib) Message-ID: <12851@ur-cc.UUCP> Date: 20 Mar 91 15:48:24 GMT Sender: news@uhura.cc.rochester.edu Organization: University of Rochester, Rochester NY Lines: 12 1) To copy a text file to a DOS disk while adding carriage-returns to the end of each line, use the stream editor: sed -e s/$/^M/ $1 > /DOS/$1 (To type the ^M character, type ^V (ie, control-V) first -- either within vi or at the Unix prompt. The $1 denotes your file's name.) 2) Could someone tell me what the /usr/lib subdirectories database, indexing, and transcript are used for? Until NeXTime.