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