3 lines
91 B
Bash
Executable file
3 lines
91 B
Bash
Executable file
#!/bin/bash
|
|
|
|
find metadata -name '*.txt' -exec sed -Ei 's/^[–—─•·*]\s+/- /' {} \;
|