{"id":57,"description":"bash: print values in hex","tags":["bash"],"contents":["printf \"0x%x\\n\", 369098752 # prints the value in hex format. e.g. 0x16000000"]}
