Command Line
Goals
Step 1
Step 2
Terminalls
Step 3
Terminalpwd
Step 4
Terminalcd DesktopTerminalpwd
Step 5
Terminalmkdir example_folderTerminalls
Step 6
Terminalcd ~Terminalpwd
Step 7
Terminalcd -Terminalpwd
Step 8
Expected result:pwd
Step 9
Terminalcd ~ ls cd raiExpected result:cd railsbridgeExpected result:railsbridge_ruby/ railsbridgevm-2018-03.boxExpected result:cd example_Expected result:example_folder/TerminalpExpected result:Display all 203 possibilities? (y or n)Terminaly
Challenge(s)
Explanation
pwd print working directory print the full path to your current directory ls list directory display the contents of the current directory cd [directory] change directory make this directory the current directory man [cmd] manual show the manual for this command. press 'q' to quit.
Next Step:
Go on to irb