Created
October 24, 2018 21:07
-
-
Save JohnL4/63c2afaf721cc29c23565df6f259b16c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ls $src | ? {$_.LastWriteTime -ge (Get-Date).AddMinutes( -5)} | cp -dest $dest -for -pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment