5 lines
99 B
Bash
5 lines
99 B
Bash
|
#! bash
|
||
|
|
||
|
grep -E "doi\.org\/10.\d+\/[^<>\\]+" data/publications.json -o | sort | uniq > data/dois
|
||
|
|