lk/data/base_16.md

9 lines
75 B
Markdown
Raw Normal View History

2023-06-17 20:56:26 +00:00
---
title: "Base 16"
2025-02-11 19:47:50 +00:00
tags: [ "Data" ]
2023-06-17 20:56:26 +00:00
---
```bash
printf "%x" $NUMBER
```