Am 08.05.2015 um 13:36 schrieb Hypsurus: > i wrote a new Linux command called hexed > > to encode and decode hex string from the command line. > > and i want to add it to util linux. > > how can help me to do this? and what i need to do? > i already checked the Docs in github but i'm not sure what to do. > > Source code: > https://github.com/Hypsurus/hexed > > thanks! > It seems you implemented a subset of the functionality of 'od' or 'xxd' from coreutils. I guess these are widely spread and there is no need for another converter (albeit the cooler name). If hexed provides some extra features, you can integrate those in the tools above. -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html