From fd4c86b77a70f0e30fbdd9e8d94b167ae3190c2e Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Mon, 3 Jun 2019 05:27:01 +1200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2c47f7db16..fa4c1f7f98 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,6 @@ Nu has built-in commands for ls and ps, loading these results into a table you c ```text ~\Code\nushell> ps | where cpu > 0 -C:\Source\Play\nushell(master)> ps | where cpu > 0 ------------------------------------------------ name cmd cpu pid status ------------------------------------------------ @@ -72,7 +71,6 @@ Commands are linked together with pipes, allowing you to select the data you wan ```text ~\Code\nushell> ps | where name == chrome.exe | first 5 - ---------------------------------------- name cmd cpu pid status ----------------------------------------