- Published on
Why I love PowerShell part... I don't know...
- Authors
- Name
- David Mohundro
- @drmohundro
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!