79349416

Date: 2025-01-12 06:00:57
Score: 0.5
Natty:
Report link

dd has this functionality built-in via conv=swab, which "swaps every pair of input bytes". It's incredibly useful if you need to convert file formats from "byte-swapped" to "big-endian" (or vice versa):

dd if=file1.v64 of=file2.z64 conv=swab
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nikolaii99