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.