From bf3722521da1e1b96bb469797c60db50ea4c2e5e Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Thu, 18 Aug 2022 14:42:08 -0400 Subject: [PATCH] updated readme with info about new script --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df8bdb2..24f06a5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,19 @@ `PowerShell` script to convert any CSVs found in directory that were created today - -1. saves them as an XLSX, -1. renames the first tab, +1. saves them as an XLSX +1. renames the first tab 1. moves the XLSX to the parent directory + +## Keep Only X Days + +Accepts 2 arguments +- `NumDays` + - integer + - default is `90` +- `DebugCommand` + - boolean + - default is `false` + + `PowerShell` script to delete objects in the directory/subdirectory specified that are older than `NumDays`. +