##// END OF EJS Templates
Document globbing in `%history -g <pattern>`....
Bradley M. Froehle -
Show More
@@ -75,7 +75,9 b' class HistoryMagics(Magics):'
75
75
76 -g: treat the arg as a pattern to grep for in (full) history.
76 -g: treat the arg as a pattern to grep for in (full) history.
77 This includes the saved history (almost all commands ever written).
77 This includes the saved history (almost all commands ever written).
78 Use '%hist -g' to show full saved history (may be very long).
78 The pattern may contain '?' to match one unknown character and '*'
79 to match any number of unknown characters. Use '%hist -g' to show
80 full saved history (may be very long).
79
81
80 -l: get the last n lines from all sessions. Specify n as a single
82 -l: get the last n lines from all sessions. Specify n as a single
81 arg, or the default is the last 10 lines.
83 arg, or the default is the last 10 lines.
General Comments 0
You need to be logged in to leave comments. Login now