I have a folder with ~30 files. The are already BitTorrent metafiles that lack a .torrent suffix. I want to change all those files to .torrent files. How would I do that? In windows it was as easy as typing
ren *.* *.torrent
while being inside the folder with all those files.
I am not sure what the current file extension of those 30 files is.
Appreciate any help!