Guest User

Untitled

a guest
Jun 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. {!1123}(j:~)$ ls /some/long/and/hard/to/type/path
  2.  
  3. {!1}(j:~)$ ls /first/path
  4. ...
  5. {!498}(j:~)$ ls /some/path
  6. {!499}(j:~)$ ls /some/other/path
  7. #at some target number, history number resets
  8. {!1}(j:~)$ ls /new/path
  9. #but remembers the old commands til they're overwritten
  10. {!2}(j:~)$ !498
  11. ls /some/path
  12. #and keeps incrementing and overwriting the oldest commands
  13. {!3}(j:~)$ !1
  14. ls /new/path
Add Comment
Please, Sign In to add comment