Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. JustinPC@history$ ./history.py
  2. $0: /bin/bash
  3. ls *.py: history.py
  4. pwd: /home/justin/cpp/history
  5. echo ~: /home/justin
  6. echo $HISTFILE: /home/justin/.bash_history
  7. head -n 1 $HISTFILE: make && ./my_queue # Example
  8. type history: history is a shell builtin
  9. history:
  10. builtin history:
  11. bash -c history:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement