Skip to content

Instantly share code, notes, and snippets.

@robspangler
Last active March 26, 2019 20:51
Show Gist options
  • Save robspangler/ff028dd6fd95e206ec0c8b59de53ed35 to your computer and use it in GitHub Desktop.
Save robspangler/ff028dd6fd95e206ec0c8b59de53ed35 to your computer and use it in GitHub Desktop.
//Move
mv ./wordpress/* ./www/
mv .wordpress/.ht* ./www/
//Copy
cp -R {src} {dest}
//Delete
rm -rf {path}
//Unzip
unzip {file.zip}
tar {file.tar}
//Permissions
chown -R username:username *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment