Skip to content
Snippets Groups Projects
Commit 356b4771 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

small tools

parent 07e91974
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
/home/gg/bin/csv --UTF8 --TAB --find $1 identifiers.tsv \
--col identifier -O- | \
awk '/^10\./ { print "xdg-open https://doi.org/"$1"; sleep 8"}'
#!/bin/sh
# /home/gg/bin/csv --UTF8 --TAB --select ticket=$1 identifiers.tsv \
/home/gg/bin/csv --UTF8 --TAB --find $1 identifiers.tsv \
--col ticket,identifier,canonical_url -O- | \
tail -n +3 | /home/gg/bin/csv --UTF8 --TAB --setcol ticket,doi,url $2 $3 $4 $5 $6
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment