Skip to content

Conversation

@margaretcdeleon
Copy link

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

  • organized data functionality in assignment.sh
  • added commands to create and structure data directories
  • implemented file sorting and copying based on file types
  • privacy protection to remove IP address files
  • inventory tracking for processed files

What did you learn from the changes you have made?

  • pattern matching in file operations
  • learned how to implement data privacy
  • find command for file inventory

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

  • using find command with -exec instead of direct cp/rm commands

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

  • initially had issues with file patterns
  • tested file patterns and used explicit path specifications

How were these changes tested?

  • checked directory structure creation
  • verified file copying and removal operations
  • tested script in clean environment

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

Checklist

  • I can confirm that my changes are working as intended

Kaylie Lau and others added 30 commits January 15, 2024 11:07
* Update README.md for homework/assignment submission instructions.

* Remove Pre-Workshop Assignments, not necessary due to Onboarding repo

* Add directories/files for in-class example

---------

Co-authored-by: Kaylie Lau <kaylielau@Kaylies-MacBook-Pro.local>
dtxe and others added 28 commits April 14, 2025 12:57
Specify PR title in PR template
Assignment script does work in a newly created empty directory
"incorrect repo message" and auto-close applies to all PRs that don't c…
add readme and disclaimer to optional extras section
Removed reference to assignment being due Sunday
@github-actions
Copy link

This pull request was made to the wrong repository. Please open it in your own fork instead. Refer to the Assignment Submission Guide for detailed instructions.

@github-actions github-actions bot closed this Oct 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants