Last active
May 6, 2016 06:37
-
-
Save danielpataki/eee90777e59aa8bee55f37a52ed0aec3 to your computer and use it in GitHub Desktop.
Terminal Basics
This file contains hidden or 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
| cp /etc/hosts ~/hosts.txt |
This file contains hidden or 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
| cp -i -v /etc/hosts ~/hosts.txt | |
| cp -iv /etc/hosts ~/hosts.txt |
This file contains hidden or 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
| mkdir /Users/danielpataki/backups |
This file contains hidden or 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
| mkdir newdirectory |
This file contains hidden or 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
| wp core config --dbname=testing --dbuser=root --dbpass=root --locale=hu_HU |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment