##// END OF EJS Templates
%run needs double escape to escape glob patterns
Takafumi Arakaki -
Show More
@@ -357,9 +357,9 b' python-profiler package from non-free.""")'
357 357 Arguments are expanded using shell-like glob match. Patterns
358 358 '*', '?', '[seq]' and '[!seq]' can be used. Additionally,
359 359 tilde '~' will be expanded into user's home directory. Unlike
360 real shells, quotation does not suppress expansions. Use back
361 slash (e.g., '\\*') to suppress expansions. To completely
362 disable these expansions, you can use -G flag.
360 real shells, quotation does not suppress expansions. Use
361 *two* back slashes (e.g., '\\\\*') to suppress expansions.
362 To completely disable these expansions, you can use -G flag.
363 363
364 364 Options:
365 365
General Comments 0
You need to be logged in to leave comments. Login now