delete script

This commit is contained in:
Greg Lindsay
2019-08-06 12:11:57 -07:00
parent 5a5c2acfde
commit 0ebdd84aca

View File

@ -1,8 +0,0 @@
$files = Get-ChildItem . *.md -rec
foreach ($file in $files)
{
(Get-Content $file.PSPath) |
Foreach-Object { $_ -replace "author: greg-lindsay", "audience: itpro`rauthor: greg-lindsay" } |
Set-Content $file.PSPath
$file.PSPath
}