Created
April 22, 2021 05:05
-
-
Save monochromer/41dd1a8aaebaf663ea8b0aa2b32bd73a to your computer and use it in GitHub Desktop.
Удаление строки в нескольких файлах
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sed -i '' '/line-with-text-to-delete/d' **/*.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment