Last active
August 29, 2015 14:22
-
-
Save tscanlin/e0d2ddaf268d7013d489 to your computer and use it in GitHub Desktop.
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 and replace in nodejs: | |
var fs = require('fs'); | |
fs.readdirSync('.').forEach(function(path) { fs.rename(path, path.split('}').join('')); }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment