Skip to content

Instantly share code, notes, and snippets.

@joeyimbasciano
Created March 7, 2013 02:26
Show Gist options
  • Save joeyimbasciano/5105113 to your computer and use it in GitHub Desktop.
Save joeyimbasciano/5105113 to your computer and use it in GitHub Desktop.
WTF BASH (╯°□°)╯︵ ┻━┻
[user@ip-10-60-109-73]# cat MINDBLOWN
HELLO
WORLD
[user@ip-10-60-109-73]# grep -v HELLO MINDBLOWN
WORLD
[user@ip-10-60-109-73]# grep -v HELLO MINDBLOWN > MINDBLOWN
[user@ip-10-60-109-73]# cat MINDBLOWN
[user@ip-10-60-109-73]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment