Created
December 6, 2013 22:13
-
-
Save techjewel/7833035 to your computer and use it in GitHub Desktop.
Useful command line for Ubuntu
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
move/rename a folder: mv /home/user/oldname /home/user/newname | |
Delete a folder with files: rm -rf Folder_name | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment