Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions week2_chioma/git_command_line_assessment_chioma
Original file line number Diff line number Diff line change
@@ -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.