Skip to main content

Practice ยท 1 of 1

Command the Terminal

Match each task to its command โ€” write your answers as a single object assigned to answers: answers = { where: "?", list: "?", enter: "?", up: "?", makeFolder: "?" } - where: show the current directory - list: list the files here - enter: move into a folder called my-project - up: move back up one level - makeFolder: create a folder called notes

Difficulty: beginner

Back to lesson: Practice: The Terminal: Talking to Your Computer Directly โ€” Practice