archive
snippets
about
Batch rename files using rename
This appends .json to each file that doesn't already have a .json extension.
rename 's/$/.json/' *