Skip to content

Instantly share code, notes, and snippets.

@nclv
Created May 8, 2020 09:04
Show Gist options
  • Save nclv/9657a5f62f0403bd2a0c1c159c99bd14 to your computer and use it in GitHub Desktop.
Save nclv/9657a5f62f0403bd2a0c1c159c99bd14 to your computer and use it in GitHub Desktop.
#!/bin/bash
for file in links-ressources/*
do
sed -i "/<\!--stackedit_data:/,/-->/d" $file
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment