#powershell duplicate finder: gci | sort-object -property length | foreach { if ($LAST.length -eq $.length ) {$LAST} ; $LAST = $ }
#powershell duplicate finder: gci | sort-object -property length | foreach { if ($LAST.length -eq $.length ) {$LAST} ; $LAST = $ }