Skip to content

Instantly share code, notes, and snippets.

@snahor
Last active August 29, 2015 14:17
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 snahor/36da9cbc701b758fd998 to your computer and use it in GitHub Desktop.
Save snahor/36da9cbc701b758fd998 to your computer and use it in GitHub Desktop.
Useful commands I always forget
# clear text file
cat /dev/null > {path to file}
cp /dev/null {path to file}
> {path to file} # works if you're not using fish
# clipboard to file
xsel -o > {path to file}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment