home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / misc / 29304 < prev    next >
Encoding:
Internet Message Format  |  1992-09-04  |  2.2 KB

  1. Path: sparky!uunet!gumby!wmichgw!x91clifton1
  2. From: x91clifton1@gw.wmich.edu
  3. Newsgroups: comp.os.os2.misc
  4. Subject: Re: POSIX/U... for OS/2
  5. Message-ID: <1992Sep4.143852.5135@gw.wmich.edu>
  6. Date: 4 Sep 92 14:38:51 EST
  7. Organization: Western Michigan University
  8. Lines: 44
  9.  
  10. evanc@uuisis.isis.org (Evan Champion) writes:
  11.  
  12. > I would really love to get a Unix emulator for OS/2.  It would certainly   
  13. > help me to run my UUCP/News setup!     
  14. > Another thing that I would like to see is a new HPFS driver that is more
  15. > like Unix, lets you use "/" and "\" when changing directories and is case
  16. > sensitive.  The case sensitivity is partially there, with the file system
  17. > being able to record the case but not being sensitive to the case entered.
  18. > Another thing, why are there spaces allowed in filenames?  I realize that it
  19. > is good in a word processor to be able to save a file as "Letter to Norm"
  20. > instead of "Letter.to.Norm", but spaces are a real pain when you have to do
  21. > file manipulation in CMD.EXE (having to "" everything).  As above, any
  22. comment
  23. s
  24. > will be graciously accepted!
  25.  
  26.     1. Using `\' or `/' is a function of the command interpreter 
  27.        ("shell" in Unix speak) that you are using--has little to
  28.        do with the OS kernel.
  29.  
  30.        Solution: don't use cmd.exe, available now are 4os2 and sh
  31.        on hobbes. 4os2 is similar to cmd.exe but with many
  32.        extensions/improvements (although buggy). Sh is a Unix sh
  33.        work-alike, again with improvements. Also, in the future
  34.        we should see ports of other Unixish PD shells including
  35.        tcsh, ksh and bash.
  36.  
  37.     2. As for quoting command arguments, any Unix guru will tell
  38.        you: get used to it ;-). Any time you want to pass arguments
  39.        to a program that involve `funny' or shell metacharacters,
  40.        they must be quoted or "escaped". Under Unix the escape
  41.        character is `\', under cmd.exe or 4os2, it is `^'. Also note
  42.        that a handy feature of 4os2 is "command completion"--typing
  43.        an unambiguous starting portion of a filename followed by a
  44.        TAB will complete the filename, if the filename contains
  45.        spaces it will be automatically quoted. As an example of 
  46.        known bugs in 4os2, however, filenames beginning with `.'
  47.        do not complete (are ignored). 
  48.  
  49.  
  50. /Doug
  51. --
  52. Douglas Clifton [99clifto@lab.cc.wmich.edu]
  53.