We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only remove folder content when ALL files are outdated
The text was updated successfully, but these errors were encountered:
Get-ChildItem -Recurse|Group-Object -Property Directory|?{$_.group.LastWriteTime|Sort-Object -Descending|Select-Object -First 1|?{$_ -lt (Get-Date).AddDays(-15)}}
Sorry, something went wrong.
4cb2a18#diff-6b2ce43c3a50ece4b7abc0eaebd79a725ae4462c81a7697efd8ab0f6da6dfa57
rschitz
No branches or pull requests
Only remove folder content when ALL files are outdated
The text was updated successfully, but these errors were encountered: