Skip to content

Instantly share code, notes, and snippets.

@sigu
Created October 4, 2021 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sigu/13c05fa9a9bdca8687b70ecaf04bcf6a to your computer and use it in GitHub Desktop.
Save sigu/13c05fa9a9bdca8687b70ecaf04bcf6a to your computer and use it in GitHub Desktop.
remove trailing whitespace from files
find . -iname '*.ex' -type f -exec sed -i '' 's/[[:space:]]\{1,\}$//' {} \+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment