Powershell

From UVOO Tech Wiki
Revision as of 00:56, 29 August 2019 by Busk (talk | contribs) (Created page with "# Command One liners ``` While(1) {ps | sort -des cpu | select -f 15 | ft -a; sleep 1; cls} ```")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Command One liners

While(1) {ps | sort -des cpu | select -f 15 | ft -a; sleep 1; cls}