feat: Script to remove line from many files
This commit is contained in:
parent
5598dec338
commit
bb9d4360d1
1 changed files with 3 additions and 0 deletions
3
scripts/remove-line-from-files.sh
Executable file
3
scripts/remove-line-from-files.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
find . -type f -name "en.md" -exec sed -i '' "/^image:/d" {} +
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue