From 87d2e498f174cf19510b30a299ee137e807e9ac5 Mon Sep 17 00:00:00 2001 From: "Ruthie (they/them)" <102179075+mx-ruthie@users.noreply.github.com> Date: Sun, 22 Jan 2023 23:25:56 -0600 Subject: [PATCH] Update command-line-interface.md removes predicted time and adds keywords and questions for week 2 --- dev-tools/command-line-interface.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/dev-tools/command-line-interface.md b/dev-tools/command-line-interface.md index d3dd2ef1a..7c6e01a66 100644 --- a/dev-tools/command-line-interface.md +++ b/dev-tools/command-line-interface.md @@ -1,12 +1,14 @@ # Command Line Interface -### Project Time - -About 1 hour - -- 25 minutes for video walkthrough of slides -- 20 minutes for Independent Practice -- 20 minutes for Check for Understanding +### Week 2 Keywords and Questions + +- How do I move into a directory? (aka Change Directory) +- How do I go up a directory level? +- How do I go to my root directory? +- How do I make a new directory? +- How do I make a new file? +- How do I check what version of a program I am using? +- What do the following do: grep, |, history, ls -a ### Prerequisites