Show More
@@ -45,12 +45,12 b' def ipfunc():' | |||
|
45 | 45 | In [1]: !echo hello |
|
46 | 46 | hello |
|
47 | 47 | |
|
48 | In [2]: !echo hello > /tmp/foo | |
|
48 | In [2]: !echo hello > /tmp/foo_iptest | |
|
49 | 49 | |
|
50 | In [3]: !cat /tmp/foo | |
|
50 | In [3]: !cat /tmp/foo_iptest | |
|
51 | 51 | hello |
|
52 | 52 | |
|
53 | In [4]: rm -f /tmp/foo | |
|
53 | In [4]: rm -f /tmp/foo_iptest | |
|
54 | 54 | |
|
55 | 55 | It's OK to use '_' for the last result, but do NOT try to use IPython's |
|
56 | 56 | numbered history of _NN outputs, since those won't exist under the |
General Comments 0
You need to be logged in to leave comments.
Login now