mirror of
https://github.com/acedanger/work.git
synced 2025-12-05 22:30:13 -08:00
updated readme with info about new script
This commit is contained in:
17
README.md
17
README.md
@@ -4,6 +4,19 @@
|
|||||||
|
|
||||||
`PowerShell` script to convert any CSVs found in directory that were created today -
|
`PowerShell` script to convert any CSVs found in directory that were created today -
|
||||||
|
|
||||||
1. saves them as an XLSX,
|
1. saves them as an XLSX
|
||||||
1. renames the first tab,
|
1. renames the first tab
|
||||||
1. moves the XLSX to the parent directory
|
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`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user