GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
xcmhextobin(1) FreeBSD General Commands Manual xcmhextobin(1)

xcmhextobin - is a pipe converter

xcmhextobin [-s] [-f PATTERN] [-d NUMBER] [-l MAX_LENGTH] [HEX_FILE]

| xcmhextobin

The xcmhextobin tool converts a hexadecimal ecoding into binary data and back. It can be used as a filter to xcmedid.

Convert from Hex to Binary:
echo 48656C6c6f20776f726C64210a | xcmhextobin
Convert xrandr outputs second edid:
xrandr --props | xcmhextobin -sf 00ffffffffffff00 -l 128 -d 1 | xcmedid --openicc
Convert ArgyllCMS DB EDID value:
cat ~/.config/color.jcnf | xcmhextobin -sf 00ffffffffffff00 -l 128 | xcmedid --openicc
Convert from Binary to Hex:
cat EDID.bin | xcmhextobin -r

Kai-Uwe Behrmann (ku.b (at) gmx.de)

(c) 2016, Kai-Uwe Behrmann
License: MIT <http://www.opensource.org/licenses/mit-license.php>

xcmedid(1) libXcm(3) XcmEdidParse(3)
http://www.oyranos.org

at: https://github.com/oyranos-cms/xcm/issues
November 22, 2016 User Commands

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.