home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / advisel / 758 < prev    next >
Encoding:
Text File  |  1993-01-28  |  992 b   |  32 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!uvaarpa!darwin.sura.net!udel!gatech!paladin.american.edu!auvm!NEXT1.ACS.UMN.EDU!STEVE
  3. X-Envelope-to: ADVISE-L%NDSUVM1.bitnet@KSUVM.KSU.EDU
  4. Content-transfer-encoding: 7BIT
  5. Message-ID: <9301281751.AA02049@next1.acs.umn.edu>
  6. Newsgroups: bit.listserv.advise-l
  7. Date:         Thu, 28 Jan 1993 11:51:07 -0600
  8. Sender:       User Services List <ADVISE-L@UGA.BITNET>
  9. From:         Steve Barstad <steve@NEXT1.ACS.UMN.EDU>
  10. Subject:      Re: what is /bin/sh
  11. Comments: To: User Services List <ADVISE-L%NDSUVM1.bitnet@KSUVM.KSU.EDU>
  12. Lines: 18
  13.  
  14. It's a UNIX thing...
  15.  
  16. Unix uses / instead of \ as subdirectory seperators.
  17.  
  18. so...
  19.   /bin  is a subdir
  20.   sh  is an executable file
  21.  
  22. sh is a lot like command.com, it defines what command line functions
  23. are avail.
  24.  
  25. One will often see something like: %!/bin/sh  at the top of 'batch'
  26. files. It tell Unix what command set to expect.
  27.  
  28. There are also tsh & csh & many other flavors.
  29.  
  30. Steve Barstad
  31. U of MN
  32.