Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@loderunner
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save loderunner/cf9ae62e7d12df008f6d to your computer and use it in GitHub Desktop.
Save loderunner/cf9ae62e7d12df008f6d to your computer and use it in GitHub Desktop.
echo -n This file system is case- > tmp; echo -n in >> TMP; echo sensitive >> tmp; cat tmp; rm tmp; rm TMP 2> /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment