home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / question / 9481 < prev    next >
Encoding:
Text File  |  1992-07-28  |  2.6 KB  |  74 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!mcsun!sunic!aun.uninett.no!ugle.unit.no!alf.uib.no!buboo
  3. From: buboo@alf.uib.no (Ove Ruben R Olsen)
  4. Subject: Re: question on "&"
  5. Message-ID: <1992Jul28.122936.3374@alf.uib.no>
  6. Organization: University of Bergen, Norway
  7. References: <1992Jul28.073403.3530@u.washington.edu>
  8. Date: Tue, 28 Jul 92 12:29:36 GMT
  9. Lines: 58
  10.  
  11. Shu-Chen Eclipse writes:
  12. >I'm a crass beginnier in unix: I know "&" means something like start a 
  13. >process running in the background, I guess, something like vms's "run/detached";while browsing through some scripts, I saw a line something like
  14. >(/../.../some file name &)&.
  15. >
  16. >  what does the 2 "&" mean?
  17. >thanx in advance,
  18.  
  19. Like some of us have already stated in a previous message from you,
  20. reading the excelent fine manual (RTEFM) for your shell will reveil
  21. it's secret in large.
  22.  
  23. If you do not know what kind of shell you are using, try the following:
  24.  
  25. finger sue
  26.  
  27. wich gonna give you (aproximate):
  28.  
  29. Login name: sue                   In real life: Shu-Chen Eclipse
  30. Directory: /u1162/sue                   Shell: /bin/csh
  31. Not logged in.
  32. No Plan.
  33.  
  34. [A lot of 'sue' deleted]
  35.  
  36. If you take a closer look at the entry witch say: Shell: /bin/csh
  37. you can read out that you are using a shell called 'csh' (C-shell).
  38. To know more about this shell, you must type
  39.  
  40. man csh
  41.  
  42. (Remeber to hit the Carriage Return, or ENTER-key).
  43.  
  44. What YOU should to is the following (OR the 12 step program to
  45. learn some UNIX on your own :-)
  46.  
  47.    1. Go out of the lab-building into the Big Blue Room.
  48.    2. Go to your univeristy's student help desk or find another student.
  49.    3. Get them to help you locate the CS-library (Computer Science).
  50.    4. Go out on a exciting expedition to the library mentioned, this CAN
  51.       be exciting, just take a look at the birds in the sky, the green 
  52.       gras, the 1968 Pontiac sailing in front of you.
  53.    5. Go up to a desk named: "Help", "Enquiries", "Book loans", whatever.
  54.       Or, find a librarian.
  55.    6. Ask _POLITELY_ if they can help you find a _BEGINER_ book on the
  56.       UNIX Time Sharing System. (OR simply UNIX).
  57.    7. After a while they will hand you some (good) beginer books on UNIX.
  58.    8. Go home.
  59.    9. Make yourself a nice cup of tea.
  60.   10. Open one of the books. The smallest one is recomended.
  61.   11. READ.
  62.   12. Go To Sleep. 
  63.  
  64. Hope this helps.
  65.  
  66. \Ruben.
  67.  
  68.  
  69. -- 
  70.     Ove Ruben R Olsen, Professional VI user. EMAIL: Ove.R.Olsen@ubb.uib.no
  71.   Maintaining the Largest  VI/EX-STUFF Archive in the WORLD (alf.uib.no) and
  72. the Comp.Editors FAQ file. If you have information about editing, new editors,
  73.   please get in touch with me. This does not apply to EMACS type of editors.
  74.