home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / misc / 18961 < prev    next >
Encoding:
Text File  |  1992-08-25  |  1.2 KB  |  35 lines

  1. Newsgroups: comp.sys.next.misc
  2. Path: sparky!uunet!gatech!mailer.cc.fsu.edu!evax12.eng.fsu.edu!schmidmeier
  3. From: schmidmeier@evax12.eng.fsu.edu
  4. Subject: UNIX -> DOS conversion; ToolsInspector
  5. Message-ID: <1992Aug25.144013.1@evax12.eng.fsu.edu>
  6. Lines: 23
  7. Sender: news@mailer.cc.fsu.edu (Usenet News File Owner)
  8. Nntp-Posting-Host: evax12.eng.fsu.edu
  9. Organization: Famu/Fsu College of Engineering
  10. Date: 25 Aug 92 14:40:13 EST
  11.  
  12.  
  13. Hello UNIX-Experts,
  14.  
  15. now that I've learned frome some post a few days ago how to
  16. search files and replace certain strings using
  17.       cat oldfile | sed s/oldstring/newstring/g > newfile
  18. I'm wondering whether I can convert a UNIX-file to a
  19. DOS-file that way, by replacing all the LineFeeds with
  20. CarriageReturn and LineFeed (\015 and \012 I think).
  21. Using \012 as a string did not work, so what will I have to do ?
  22.  
  23.  
  24. In addition to this I also have a little question for the NeXT-Experts:
  25. The Tools Inspector shows the default application for a file 
  26. and all possible default applications (if some more).
  27. How can I add a new application icon to this list of applications
  28. in order to make it the default application ?
  29.  
  30. Thanks in advance for your hints,
  31.  
  32. Rainer     schmidmeier@evax.eng.fsu.edu
  33.  
  34.  
  35.