Skip to content

Instantly share code, notes, and snippets.

@jesperbjensen
Created August 10, 2011 10:44
Show Gist options
  • Save jesperbjensen/1136540 to your computer and use it in GitHub Desktop.
Save jesperbjensen/1136540 to your computer and use it in GitHub Desktop.
Terminal Cheatcheet
tail -f [filename]
- shows the last lines of a file. The -f options makes it stay open, reload the file
rm -R [folder]
- removes a folder and it's content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment