- Published on
Why I love PowerShell part... I don't know...
- Authors
-
-
- Name
- David Mohundro
- Bluesky
- @david.mohundro.com
-
Check out this snippet:
dir -recurse -include tempproj.proj | foreach { rm $_ }
Awesome!
Recursively removing files!
Check out this snippet:
dir -recurse -include tempproj.proj | foreach { rm $_ }
Awesome!
Recursively removing files!