Skip to content

Commit f073754

Browse files
Adding missing -N to base jumping example
1 parent 7b806f3 commit f073754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/blog/csv_base_jumping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ This is what the `xan bisect` command (available since version `0.56.0`) does:
324324

325325
```bash
326326
# Searching for rows with specific id:
327-
xan bisect --search id 4534 sorted-by-id.csv
327+
xan bisect --search --numeric id 4534 sorted-by-id.csv
328328

329329
# Enumerating all rows with a name starting with A:
330330
xan bisect name A sorted-by-name.csv | xan slice -E '!name.startswith("A")'
@@ -387,4 +387,4 @@ Once again, this is a non-issue: if the file is tiny, just read it linearly, alr
387387

388388
---
389389

390-
Signed: [xan](https://github.com/medialab/xan#readme), the CSV magician
390+
Signed: [xan](https://github.com/medialab/xan#readme), the CSV magician

0 commit comments

Comments
 (0)