Skip to content

Instantly share code, notes, and snippets.

@andrewpetrochenkov
Last active April 29, 2025 12:09
Show Gist options
  • Save andrewpetrochenkov/d918c3f4c4091b2963044d183222b03b to your computer and use it in GitHub Desktop.
Save andrewpetrochenkov/d918c3f4c4091b2963044d183222b03b to your computer and use it in GitHub Desktop.
replace spaces to tabs #indentation #formatting #makefile #replace #sed #spaces #tabs #text-processing
find . -name 'Makefile' -exec sed -i '' -E 's/^ /\t/' {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment