From cc1afc7a7e1a07660d45c11237b3498b2114754a Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Thu, 18 Jul 2019 16:54:21 +1200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de97c113d6..30965534f4 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat | get column-or-column-path | Open given cells as text | | sort-by ...columns | Sort by the given columns | | where condition | Filter table to match the condition | +| inc (field) | Increment a value or version. Optional use the field of a table | | skip amount | Skip a number of rows | | first amount | Show only the first number of rows | | to-array | Collapse rows into a single list |