##// END OF EJS Templates
Surround $ with backticks
vaibhavsagar -
Show More
@@ -387,7 +387,7 b' For simple cases, you can alternatively prepend $ to a variable name::'
387 In [7]: !echo "A system variable: $$HOME" # Use $$ for literal $
387 In [7]: !echo "A system variable: $$HOME" # Use $$ for literal $
388 A system variable: /home/fperez
388 A system variable: /home/fperez
389
389
390 Note that $$ is used to represent a literal $.
390 Note that `$$` is used to represent a literal `$`.
391
391
392 System command aliases
392 System command aliases
393 ----------------------
393 ----------------------
General Comments 0
You need to be logged in to leave comments. Login now