Skip to content

Instantly share code, notes, and snippets.

@VigneshPeriasami
Created November 24, 2014 08:08
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 VigneshPeriasami/a7d4a83c97666407190b to your computer and use it in GitHub Desktop.
Save VigneshPeriasami/a7d4a83c97666407190b to your computer and use it in GitHub Desktop.
Useful Ubuntu terminal commands
# to copy to clipboard
echo -n "string" | xclip -selection clipboard
# find and delete all matching files from sub directories
find . -name \*~ -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment