1
0
Fork 0
freesewing/scripts/remove-line-from-files.sh

4 lines
77 B
Bash
Raw Normal View History

#!/bin/bash
find . -type f -name "en.md" -exec sed -i '' "/^image:/d" {} +