From e20bfb2dbcbe94c9bf98da341373113a630d768f Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 6 Nov 2025 06:17:22 +0200 Subject: [PATCH] file, stat: refer to each other (#19234) --- pages/common/file.md | 1 + pages/common/stat.md | 1 + 2 files changed, 2 insertions(+) diff --git a/pages/common/file.md b/pages/common/file.md index 4ba388c2d5..97ceb636bf 100644 --- a/pages/common/file.md +++ b/pages/common/file.md @@ -1,6 +1,7 @@ # file > Determine file type. +> See also: `stat`. > More information: . - Give a description of the type of the specified file: diff --git a/pages/common/stat.md b/pages/common/stat.md index e6ac3d95be..5e897d2a6a 100644 --- a/pages/common/stat.md +++ b/pages/common/stat.md @@ -1,6 +1,7 @@ # stat > Display file and filesystem information. +> See also: `file`. > More information: . - Display properties about a specific file such as size, permissions, creation and access dates among others: