mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
doc(xsv): add missing | to command list
Signed-off-by: starvader13 <ashutoshgupta1311@gmail.com>
This commit is contained in:
@@ -44,7 +44,7 @@ Query the CSV data any which way:
|
||||
xsv search '^(John|Jane)$' --select 'First Name' ./address-book.csv |
|
||||
xsv select 'ID,First Name,Last Name' |
|
||||
xsv sort --select 'Last Name,First Name' |
|
||||
xsv slice -s 0 -n 5
|
||||
xsv slice -s 0 -n 5 |
|
||||
xsv table
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user