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
5 changes: 5 additions & 0 deletions week2_Valentine/git_command_line_assessment_Valentine.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
touch: (make file) This command Creates a new and empty file in the current working directory.
mkdir: (make directory) creates a new and empty directory as a child directory in the current working directory.
cd: (change directory) Changes the current working directory to a directory up or down the current working directory as specified in the command.
ls: (list) displays files and directories in the current working directory.
pwd: (print working directory) outputs the current working directory, showing also, its root and parent directories accordingly.