Skip to content

Instantly share code, notes, and snippets.

@fodra
Last active June 19, 2018 07:06
Show Gist options
  • Save fodra/7f714cb041e40a49d53528a071aa2d24 to your computer and use it in GitHub Desktop.
Save fodra/7f714cb041e40a49d53528a071aa2d24 to your computer and use it in GitHub Desktop.
These are a bunch of Linux commands I Google search all the time. ALL EFFIN' TIME.

Linux Commands

Redirect stderr and stdout to a file

  1. I always always need to do this.

$ ./a.out 2>&1 | tee output

  1. Find command very basic

find . -iname 2705_101_2018-06-19_15-02-07-070056.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment