J

Tools and guides for doing software development, data analytics, online privacy, and other things.

View My GitHub Profile

How to batch rename files

find . -name "*.key*" -exec rename 's/.key/.pem/' {} \;