Skip to content

added the secret file to the file based on the provided clues#1

Open
Shiraz-Latif wants to merge 1 commit intomainfrom
assignment
Open

added the secret file to the file based on the provided clues#1
Shiraz-Latif wants to merge 1 commit intomainfrom
assignment

Conversation

@Shiraz-Latif
Copy link
Owner

@Shiraz-Latif Shiraz-Latif commented Apr 27, 2024

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

Used Shell Bash commands to navigate through folders and files
used edit file
Used git process for clone, staging, and push
Used branching concept of git

What did you learn from the changes you have made?

Learned the following

  • Navigating through files and folders in command line
  • Working with git
  • Branching concept

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

  • No, all went well with this assignment

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

  • The search for the number of files in a folder and sub-folder. Initially was thinking to go through each folder but then found a trick to use the following command
  • find . -maxdepth 1 -type d | while read -r dir

do printf "%s:\t" "$dir"; find "$dir" -type f | wc -l; done

How were these changes tested?

through manually comparing the results

A reference to a related issue in your repository (if applicable)

None

@mentions of the person or team responsible for reviewing proposed changes (At least 2 people)

Checklist

  • I can confirm that my changes are working as intended

Copy link

@juliagallucci juliagallucci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Official answer: Paper Rings 10 Meets Past Lucky Star

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants