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