translation to base 16

This commit is contained in:
Malin Freeborn 2023-06-17 22:56:26 +02:00
parent ba8026e0c3
commit d10c6b2f9e
Signed by: andonome
GPG Key ID: 52295D2377F4D70F

8
data/base_16.md Normal file
View File

@ -0,0 +1,8 @@
---
title: "Base 16"
tags: [ "Documentation", "Data" ]
---
```bash
printf "%x" $NUMBER
```