Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Batch Convert .MFC to .MF4 (MDF) files from CSS Electronics CAN Edge 2 in Linux.
# 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