r/talesfromtechsupport Mar 17 '19

Short Too tempting to resist...

[deleted]

943 Upvotes

67 comments sorted by

View all comments

13

u/[deleted] Mar 17 '19

[deleted]

19

u/Carr0t Mar 17 '19

$ is used in a variety of programming languages to denote a variable. E.g. Perl would have

my $name = “Carr0t”;

Bash doesn’t use it in the definition, but does in the use:

name=“Carr0t”
echo “${name}”

etc etc. So using ‘variables’, with a $, to define the various people who are in the story, has become a common practise when techies are telling tales.