1
0
Fork 0
freesewing/scripts/remove-line-from-files.sh
2023-08-08 09:47:01 +02:00

3 lines
77 B
Bash
Executable file

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