Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. bash
  2.  
  3. !
  4.  
  5. !
  6.  
  7. clear
  8.  
  9. !!
  10.  
  11. vim
  12.  
  13. shopt
  14.  
  15. !
  16.  
  17. !text
  18.  
  19. shopt -s histverify
  20.  
  21. history | grep "stuff"
  22.  
  23. num stuff
  24.  
  25. !num
  26.  
  27. bind '"e[A":history-search-backward'
  28. bind '"e[B":history-search-forward'
  29.  
  30. alias h="history | grep -E -v '^ *[0-9]+ *h ' | grep "
  31.  
  32. alias h="history | grep -E -v '^ *[0-9]+ *h ' | grep "
  33.  
  34. h aliases
  35. 2003 less .bash_aliases
  36.  
  37. $ history | grep keyword
  38.  
  39. alias hx='eval $(history | sed "s/^ *[0-9]* *//" | fzf --height=10)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement