home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / programm / 5274 < prev    next >
Encoding:
Text File  |  1992-11-14  |  1.4 KB  |  45 lines

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!emory!swrinde!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!nsisrv!tron!css
  3. From: css@tron.stx.com (Chris Shenton)
  4. Subject: UNIX/Shell/Tools reference card available?
  5. Message-ID: <CSS.92Nov13144827@tron.stx.com>
  6. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  7. Nntp-Posting-Host: tron.stx.com
  8. Organization: Hughes/STX, Lanham, MD
  9. Date: Fri, 13 Nov 1992 19:48:27 GMT
  10. Lines: 33
  11.  
  12. I'm trying to get a non-tech friend into UNIX, basically to read mail,
  13. create files, edit letters, the basic stuff. I've picked up the Emacs
  14. reference card (don't try and sell me `vi' :-) and was wondering if
  15. there was a similar thing for the other normal things.
  16.  
  17. I was trying to come up with something off the top of my head, and
  18. came up with the following essential shell commands:
  19.  
  20.     pwd
  21.     ls     [-l]    <pathname>
  22.     cd    [<pathname>]
  23.     emacs    [<pathname>]
  24.     mail/Mail/xmail     [<emailpath>]
  25.     elm
  26.     mv    <oldpathname>    <newpathname>
  27.     rm    <pathname>
  28.     exit
  29.  
  30. Now trying to explain what [<optional-argument>] and <symbol> syntax
  31. was supposed to mean was real fun. 
  32.  
  33. Is there anything out there which would be like a 1-5 page reference
  34. card, hopefully with simple explanations of the unix filesystem's tree
  35. structure, pathnames, etc?
  36.  
  37. Thanks!
  38.  
  39.  
  40. PS: and how do you explain to someone that when they hit `e' in one of
  41.     the mailreaders, that all they have to do to get out is type
  42.  
  43.     <ESC>:q!
  44.  
  45.