Batch Convert .MFC to .MF4 (MDF) files from CSS Electronics CAN Edge 2 in Linux.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# CSS Electronics | |
# CAN Edge 2 | |
# Convert all .MFC found MFC files using all cores of the computer. | |
# Replace -P8 with the number of cores/threads. | |
find . -name "*.MFC" | xargs -n1 -P8 mdf2finalized --name "" --verbose 5 -i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment