home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / shell / 3788 < prev    next >
Encoding:
Text File  |  1992-09-02  |  818 b   |  31 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!mcsun!sunic!ugle.unit.no!news
  3. From: Harald.Eikrem@delab.sintef.no
  4. Subject: Re: Interactive csh: what is the comment char?
  5. In-Reply-To: morten@oase.kemi.aau.dk's message of 1 Sep 92 10:02:35 GMT
  6. Message-ID: <1992Sep2.233320*Harald.Eikrem@delab.sintef.no>
  7. Sender: news@ugle.unit.no (NetNews Administrator)
  8. Organization: SINTEF DELAB, Trondheim, Norway.
  9. References: <morten.715341755@oase>
  10. Date: 2 Sep 92 23:33:20
  11. Lines: 18
  12.  
  13. ! What is the comment character in an interactive csh? When I go
  14. !     % # comment
  15. ! is says
  16. !     #: Command not found
  17.  
  18. Nope, it's not there.  Why?  Do you have an urge for producing interactive
  19. commants? :)
  20.  
  21. The : command isn't usable either.  But if you redeclare it as
  22.  
  23.    alias :  if 0 0
  24.  
  25. then : becomes a do-nothing command.
  26.  
  27.   ~~harald E.
  28.