From d6a6a26204d1c98c38dc2d33625d09910f65fa02 Mon Sep 17 00:00:00 2001 From: binertia Date: Tue, 1 Jul 2025 12:47:18 +0700 Subject: [PATCH] Update hexdump.md change information link to freebsd --- pages/common/hexdump.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/hexdump.md b/pages/common/hexdump.md index d6fc8719c1..7402464155 100644 --- a/pages/common/hexdump.md +++ b/pages/common/hexdump.md @@ -2,7 +2,7 @@ > Display file contents in hexadecimal, decimal, octal, or ASCII. > Useful for inspecting dump file, binary data, or debug output. -> More information: . +> More information: . - Print the hexadecimal representation of a file, replacing duplicate lines by `*`: