Windows Write Python 3 Program Cleanuppy Meets Requirements Bash Cleanupsh Part 1 Lab Proc Q37139488

On Windows, write a Python 3 program, cleanup.py, that meets thesame requirements as the Bash cleanup.sh from Part 1 of this Labprocedure. You must also implement a test harness for cleanup.py -you are welcome to reuse the same test harness from Part 1 if youcan make it work with cleanup.py.

Part1

On Windows usingGitBash or on Linux, write a program to delete “junk” files. To bespecific, we want to remove files that are backups and auto-savedversions.

  1. Create a file “cleanUp.sh”. Use this file to write your scriptin Bash.
  2. In cleanUp.sh, develop a Bash function called cleanUp() thatdeletes all backup and auto-save
    OR
    OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.