##// END OF EJS Templates
mention alternate ! and !! short-hand in %quickref output for %sc and %sx...
Aaron Culich -
Show More
@@ -435,7 +435,7 b' class OSMagics(Magics):'
435 @skip_doctest
435 @skip_doctest
436 @line_magic
436 @line_magic
437 def sc(self, parameter_s=''):
437 def sc(self, parameter_s=''):
438 """Shell capture - execute a shell command and capture its output.
438 """Shell capture - run shell command and capture output (DEPRECATED use !).
439
439
440 DEPRECATED. Suboptimal, retained for backwards compatibility.
440 DEPRECATED. Suboptimal, retained for backwards compatibility.
441
441
@@ -550,7 +550,7 b' class OSMagics(Magics):'
550
550
551 @line_magic
551 @line_magic
552 def sx(self, parameter_s=''):
552 def sx(self, parameter_s=''):
553 """Shell execute - run a shell command and capture its output.
553 """Shell execute - run shell command and capture output (!! is short-hand).
554
554
555 %sx command
555 %sx command
556
556
General Comments 0
You need to be logged in to leave comments. Login now