Skip to content

Instantly share code, notes, and snippets.

@jose8a
Created February 28, 2015 13:41
Show Gist options
  • Save jose8a/ae22fc01ac9632c86e4f to your computer and use it in GitHub Desktop.
Save jose8a/ae22fc01ac9632c86e4f to your computer and use it in GitHub Desktop.
My Cheatsheet for commands I've found very useful, but not used often enough to commit usage to memory.
# Symbolic (soft)-linking files
# Example: ln -s ./myfile $HOME/myfile creates a symlink in the $HOME folder that
# points to myfile in the current directory.
# Format:
ln -s path/to/realfile path/to/symlink
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment