symbol_numberSign (#)
- comment
- end-of-line comment, may be used like //
- used primarily for
#!
at the beginning of a shell script
- used as separator for unique id in socket and process identifiers
-
Examples: +
put "/bin/sh#id2" into myProcess
-
Related: socket, process
-