##// END OF EJS Templates
Merge pull request #6601 from vaibhavsagar/envexpand...
Matthias Bussonnier -
r18132:610b7cff merge
parent child Browse files
Show More
@@ -387,6 +387,8 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