##// END OF EJS Templates
provided more history examples in quick reference
Naveen Nathan -
Show More
@@ -306,7 +306,14 b' exec _i81 : Execute input history line #81 again'
306 _, __, ___ : previous, next previous, next next previous output
306 _, __, ___ : previous, next previous, next next previous output
307 _dh : Directory history
307 _dh : Directory history
308 _oh : Output history
308 _oh : Output history
309 %hist : Command history. '%hist -g foo' search history for 'foo'
309 %hist : Command history of current session.
310 %hist -g foo : Search command history of (almost) all sessions for 'foo'.
311 %hist -g : Command history of (almost) all sessions.
312 %hist 1/2-8 : Command history containing lines 2-8 of session 1.
313 %hist 1/ ~2/ : Command history of session 1 and 2 sessions before current.
314 %hist ~8/1-~6/5 : Command history from line 1 of 8 sessions ago to
315 line 5 of 6 sessions ago.
316 %edit 0/ : Open editor to execute code with history of current session.
310
317
311 Autocall:
318 Autocall:
312
319
General Comments 0
You need to be logged in to leave comments. Login now