Skip to content

Instantly share code, notes, and snippets.

@biwin
Created September 18, 2014 06:03
Show Gist options
  • Save biwin/69f8baf5ff4346e90e12 to your computer and use it in GitHub Desktop.
Save biwin/69f8baf5ff4346e90e12 to your computer and use it in GitHub Desktop.
Things I learnt from stackoverflow and others over time. .!! works well with Ubuntu 14.04

File Operations

Remove file from trash as super user:

sudo rm -fr ~/.local/share/Trash/files/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment