LiveCD - root shell does not recognise # as a comment?

I ran into this while trying to construct a complicated command during a FreeBSD-12.1 LiveCD console session. The root shell does not recognise # as a comment and tries to execute it:
Code:
root@vhost06:~ # echo $SHELL
/bin/csh
root@vhost06:~ # # This is a test
#: Command not found.

This does not match the behaviour documented in the csh man page.
 
Back
Top