Skip to content

Instantly share code, notes, and snippets.

@jgwill
Created January 7, 2021 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgwill/e1be4de11325ad2ad232994e97ef440c to your computer and use it in GitHub Desktop.
Save jgwill/e1be4de11325ad2ad232994e97ef440c to your computer and use it in GitHub Desktop.
@stcgoal Enhance existing linux output commands (History)
#@STCGoal Enhance existing linux output commands
alias hawk="history | awk '// { print \$2\" \"\$3\" \"\$4\" \"\$5\" \"\$6\" \"\$7\" \"\$8\" \"\$9\" \"\$10\" \"\$11\" \"\$12\" \"\$13\" \"\$14\" \" }
## INSTALL
### ADD to .bash_aliases in $HOME
vi $HOME/.bash_aliases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment