home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / question / 14883 < prev    next >
Encoding:
Text File  |  1992-12-22  |  2.6 KB  |  62 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!nwnexus!Celestial.COM!ray
  3. From: ray@Celestial.COM (Ray Jones)
  4. Subject: Re: Really stupid questions
  5. Organization: Celestial Software, Mercer Island, WA
  6. Date: Tue, 22 Dec 1992 16:34:17 GMT
  7. Message-ID: <1992Dec22.163417.11240@Celestial.COM>
  8. References: <009653DD.EFDB4180@vms.csd.mu.edu>
  9. Lines: 51
  10.  
  11. In <009653DD.EFDB4180@vms.csd.mu.edu> 2760carpente@vms.csd.mu.edu (METALLICA) writes:
  12.  
  13. >I have a few really stupid questions.  Feel free to laugh at me, but I would
  14.  
  15. The only really stupid question is the question you don't ask!
  16.  
  17. >really appericiate it if someone could take the time to answer my question.
  18. >I spent 4 years working with VMS and DOS/WIN3 but now I want learn about UNIX. 
  19. >I have seen the errors of my way.... 
  20.  
  21. Wellcome to the real world of computers.
  22.  
  23. >1) I have a file .plan in my root dir.  How do I set it up to display everytime
  24. >   somebody fingers me.
  25. >2) How do I set up my .sig file to append to all my messages?  What mailer is 
  26. >   better: elm or vanilla mail
  27.  
  28. elm by a long shot.  With elm, put your sig file in $HOME/logalsig.
  29.  
  30. >3) Which shell is better?  I am currently using /bin/csh, but people keep
  31. >   telling me that I should use the Bourne shell. /bin/sh
  32.  
  33. csh and ksh both have a history function which allows you to rerun and/or
  34. edit previous command lines without retyping the whole line.  - A great time
  35. saver.  I recommend that you use either of these as your interactive shell.
  36. I think what "people keep telling" you is to use the Bourne shell to write 
  37. your shell scripts in.  It does not matter what interactive shell you are
  38. using when you run a shell script because the script can be forced to
  39. Bourne.  On most systems use
  40. #!/bin/sh
  41. as the first line of a shell script and it will run under Bourne.  If that
  42. doesn't work on your system, put
  43. :
  44. as the first line to force Bourne.
  45. >4) Is the faq for this group at pit-manager.mit.edu?
  46.  
  47. >Thank you.... 
  48. >It did say comp.unix.questions??????
  49.  
  50. >__    ___ __   ___   __    
  51. >  \     /   |     \    | Vinny Carpenter            | It takes a big man to 
  52. >   \   /    |      \   | Marquette University       | cry.  It takes an even
  53. >      /     |    |  \  | 2760carpente@vms.csd.mu.edu| bigger man to laugh at
  54. >     /      |    |     | vcarpent@nyx.cs.du.edu     | that man -Jack Handey
  55. >-----------------------------------------------------------------------------
  56. >                             METALLICA IS GOD
  57. -- 
  58. INTERNET:  ray@Celestial.COM   Ray A. Jones; Celestial Software
  59. UUCP:   ...!thebes!camco!ray   6641 East Mercer Way
  60.              uunet!camco!ray   Mercer Island, WA 98040; (206) 947-5591
  61. The probability of one or more spelling errors in this missive approaches
  62.