X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/eb1aab372e720aaf68aef33d49f8b80950ff566c..8c1ba2f235553b96215e157a4b686d0dd626d100:/static/publications-sed.txt?ds=sidebyside diff --git a/static/publications-sed.txt b/static/publications-sed.txt new file mode 100644 index 0000000..0287ec8 --- /dev/null +++ b/static/publications-sed.txt @@ -0,0 +1,10 @@ +# delete all leading blank lines +# tip: can use /[[:space:]]/,$!d to delete all leading space +/./,$!d + +# take the rename into consideration +s/publications_bib.html#/bandali-bib#/ + +# linkify author names +s|Amin Bandali|&| +s|Nancy A. Day|&|