DuckCorp

DuckCorp Dico

(RFC 2229 compliant dictionary server)

Found one definition

  1.                 From The Free On-line Dictionary of Computing (19 January 2023):
                    

    dollar $ $

    <character> "$", numeric character reference: "&#36;", Common names: ITU-T: dollar sign. Rare: currency symbol; buck; cash; string; escape (when used as the echo of ASCII ESC); ding; cache; INTERCAL: big money.

    Well-known uses of the dollar symbol in computing include as a prefix on the names of string variables in BASIC, shell and related languages like Perl. In shell languages it is also used in positional parameters so "$1" is the first parameter to a shell script, "$2" the second, etc. In a regular expression, $ matches the end of the string.

    (2015-01-24)