Created
February 28, 2015 13:41
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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