4 lines
77 B
Bash
4 lines
77 B
Bash
![]() |
#!/bin/bash
|
||
|
find . -type f -name "en.md" -exec sed -i '' "/^image:/d" {} +
|
||
|
|