I have a folder containing 500 files like this:
xaa
xab
xac
xad
aae
aaf
I want to add ".txt" to the end of all of them to get something like this:
xaa.txt
xab.txt
xac.txt
xad.txt
How would this be done?
I have a folder containing 500 files like this:
xaa
xab
xac
xad
aae
aaf
I want to add ".txt" to the end of all of them to get something like this:
xaa.txt
xab.txt
xac.txt
xad.txt
How would this be done?