Skip to content

Instantly share code, notes, and snippets.

@xsqian
Created September 11, 2020 19:58
Show Gist options
  • Save xsqian/5c066339bfd1d13e0264ae8ca29d2661 to your computer and use it in GitHub Desktop.
Save xsqian/5c066339bfd1d13e0264ae8ca29d2661 to your computer and use it in GitHub Desktop.
delete a line from a file with a pattern
sed -i '' '/charset=latin1/d' ./not-appliable.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment