create a BIN file out of a HEX file#

This is an example on how to do it with Mac OS X in the app Terminal:

For a single file please use:

xxd -r -p HEX.IN BIN.OUT

For multiple files in the folder 'IN' to store in the folder 'OUT' please use:

cd ./IN
for filename in *; do
xxd -r -p $filename ../OUT/$filename
done

Add new attachment

Only authorized users are allowed to upload new attachments.
« This page (revision-1) was last changed on 03-Feb-2023 16:21 by Roland B. Wassenberg  
G’day (anonymous guest) My Prefs
© 2010-2021 AtariWiki
All content in the Wiki is licensed under Creative Commons Share Alike License, unless otherwise noted.
JSPWiki v2.8.3