##// END OF EJS Templates
Clarify escaping for $....
vaibhavsagar -
Show More
@@ -387,6 +387,8 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 $.
391
390 System command aliases
392 System command aliases
391 ----------------------
393 ----------------------
392
394
General Comments 0
You need to be logged in to leave comments. Login now