8/06/2018

Adding .list to all file in one folder

Adding ".list" to all file in one folder

rename 's/$/.list/g' *

If you would like to add prefix, here is the command:

rename 's/^/pre_/g' *