2012/12/13

PowerShell: How to group files by date using PowerShell?

http://stackoverflow.com/questions/2520775/how-to-group-files-by-date-using-powershell



Get-ChildItem \\10.10.10.1\myweb\inetpub\work\finished -Recurse | Group { $_.LastWr
iteTime.ToString("yyyy-MM-dd hh") } | Sort Name | Format-Table Name, Count -auto

沒有留言:

軟體工程的重要的指標