Ubuntu 14.04 LTS にインスコしてみた

 PS> Get-Process | where WS -gt 10KB | select StartTime,WS,ProcessName

 StartTime WS ProcessName
 --------- -- -----------
 8/20/16 8:00:57 PM 16938 compiz
 8/20/16 8:04:07 PM 98534 firefox
 8/20/16 8:08:14 PM 15006 powershell
 8/20/16 8:00:41 PM 22686 Xorg

こういう事がサクッと出来るのがpowershellは快感。