mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-21 14:15:02 +01:00
content/posts/2021-02.md: Fix unnecessary whitespace
This commit is contained in:
parent
592586b2af
commit
10a65f3793
@ -271,9 +271,9 @@ $ curl -XDELETE 'http://localhost:9200/openrxv-items-2021-02-08'
|
||||
```console
|
||||
$ csvcut -c id /tmp/2021-02-10-ILRI.csv | sed '1d' | wc -l
|
||||
30354
|
||||
$ csvcut -c id /tmp/2021-02-10-ILRI.csv | sed '1d' | sort -u | wc -l
|
||||
$ csvcut -c id /tmp/2021-02-10-ILRI.csv | sed '1d' | sort -u | wc -l
|
||||
18555
|
||||
$ csvcut -c id /tmp/2021-02-10-ILRI.csv | sed '1d' | sort | uniq -c | sort -h | tail
|
||||
$ csvcut -c id /tmp/2021-02-10-ILRI.csv | sed '1d' | sort | uniq -c | sort -h | tail
|
||||
5 c21a79e5-e24e-4861-aa07-e06703d1deb7
|
||||
5 c2460aa1-ae28-4003-9a99-2d7c5cd7fd38
|
||||
5 d73fb3ae-9fac-4f7e-990f-e394f344246c
|
||||
|
Loading…
Reference in New Issue
Block a user