Skip to content

Instantly share code, notes, and snippets.

@danielpataki
Last active May 6, 2016 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielpataki/eee90777e59aa8bee55f37a52ed0aec3 to your computer and use it in GitHub Desktop.
Save danielpataki/eee90777e59aa8bee55f37a52ed0aec3 to your computer and use it in GitHub Desktop.
Terminal Basics
cp /etc/hosts ~/hosts.txt
cp -i -v /etc/hosts ~/hosts.txt
cp -iv /etc/hosts ~/hosts.txt
mkdir /Users/danielpataki/backups
mkdir newdirectory
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