Skip to content

Commit 3751670

Browse files
authored
Match where clause with table output
The example had "where cpu > 10" in the command line, whereas the two rows in the output both had 5 < cpu < 10
1 parent 935ac2a commit 3751670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/introduction/ps_where_example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> ps | where cpu > 10
1+
> ps | where cpu > 5
22
───┬──────┬──────────────────┬─────────┬────────┬──────────┬─────────
33
# │ pid │ name │ status │ cpu │ mem │ virtual
44
───┼──────┼──────────────────┼─────────┼────────┼──────────┼─────────

0 commit comments

Comments
 (0)