blob: 161631692513bdc061057a805621f2b534b753f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
accessing history:\\
{\ex \lstinline| \%hist|}
accessing particular line of history:\\
{\ex \lstinline| \%hist line_number|}
accessing particular range of history:\\
{\ex \lstinline| \%hist start_line stop_line|}
saving history to a file:\\
{\ex \lstinline| \%save file_path line_numbers|}
running a script:\\
{\ex \lstinline| \%run -i file_path|}
|