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 section-00/submit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/**
2. * using the ls command to view all the files in the parent directory
* tried using the find command to look for files within the directory that have mathces to the word "\.git", then i used the ls -a| grep "\.git" to try it out again to get the expected 3 to 4 file output
**/