Skip to content

Instantly share code, notes, and snippets.

@dapperfu
Created August 18, 2020 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dapperfu/2e40f774204a55e86993a6875517ed5d to your computer and use it in GitHub Desktop.
Save dapperfu/2e40f774204a55e86993a6875517ed5d to your computer and use it in GitHub Desktop.
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