Skip to content

Instantly share code, notes, and snippets.

@asd1245dss
Created August 17, 2017 11:03
Show Gist options
  • Save asd1245dss/63837f5282d81415c66df88b98e9678a to your computer and use it in GitHub Desktop.
Save asd1245dss/63837f5282d81415c66df88b98e9678a to your computer and use it in GitHub Desktop.
would empty the file completely $ : > filename $ > filename $ cat /dev/null > filename leave with one \0 byte at the file start posiiton $ echo "" > filename $ echo > filename
# Created by .ignore support plugin (hsz.mobi)
### Java template
# Intellij Idea configuration folder
.idea/
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
*.iml
.vertx/
target/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment