Command Line
Command line exercises
Listing Directories
Change to the desktop. List all the directories on the Desktop.
More Listing
Change to the desktop. List all files and directories, 1 per line.
Making Directories
Create a directory named demo.
Making Deep Directories
Change to the desktop. Create the following directory structure using one command: demo/foo/bar/praxis
Creating Files
Change to the demo folder. Create a file named hello.txt in the demo directory.
Making, Moving, Deleting
Create a new folder called test_projects with three text files in it: test_1, test_2, test_3. Within test_projects, create another folder called files. Move the test files into the new directory. Move into the new directory to make sure it worked. Then delete the test_projects directory.