# Rename all files ending with asc to txt:
rename asc txt *.asc
# Remove match from filenames:
rename 's/-MC02FW6SFMD6M//g' *.md
# Rename all files ending with asc to txt:
rename asc txt *.asc
# Remove match from filenames:
rename 's/-MC02FW6SFMD6M//g' *.md