Created
November 28, 2020 08:35
-
-
Save umkasanki/253c23fd17f0f75d3e7ce125c5dcb7d6 to your computer and use it in GitHub Desktop.
Bash. Change filename of multiple files
This file contains 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 '*.pcss' -exec sh -c 'mv "$0" "${0%.pcss}.scss"' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment