From 0af4d5d3436a9418085c472b28b4b6e01cf9e4ea Mon Sep 17 00:00:00 2001 From: Simpcyclassy Date: Sat, 30 Dec 2017 08:14:19 +0100 Subject: [PATCH] My practice --- week2_chioma/git_command_line_assessment_chioma | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 week2_chioma/git_command_line_assessment_chioma diff --git a/week2_chioma/git_command_line_assessment_chioma b/week2_chioma/git_command_line_assessment_chioma new file mode 100644 index 0000000..7a319f2 --- /dev/null +++ b/week2_chioma/git_command_line_assessment_chioma @@ -0,0 +1,7 @@ +# 5 Commands in Command line + +The mkdir command is used to creates a new folder/directory in the working directory. +The touch command creates a new file inside the working directory. +The cp command copies files. +The mv command moves and renames files. +The sed command finds and replaces a text.