moshidon/fix-metadata-markdown-lists.sh

4 lines
91 B
Bash
Raw Normal View History

2022-12-23 23:58:59 +01:00
#!/bin/bash
find metadata -name '*.txt' -exec sed -Ei 's/^[–—─•·*]\s+/- /' {} \;