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-12 21:50:27 +00:00
tags: [ "data" ]
2023-06-17 20:56:26 +00:00
---
```bash
printf "%x" $NUMBER
```