Skip to content

Instantly share code, notes, and snippets.

@monochromer
Created April 22, 2021 05:05
Show Gist options
  • Select an option

  • Save monochromer/41dd1a8aaebaf663ea8b0aa2b32bd73a to your computer and use it in GitHub Desktop.

Select an option

Save monochromer/41dd1a8aaebaf663ea8b0aa2b32bd73a to your computer and use it in GitHub Desktop.
Удаление строки в нескольких файлах
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