Last active
April 29, 2025 12:09
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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