Interacting with history

# list 5 previous command (similar to `history |tail -n 5` but wont print the history command itself)
fc -l -5
click the source code to copy