From a697c288b1cffd60b8b70412ac2729134b55003f Mon Sep 17 00:00:00 2001
From: Abhishek Kumar <abhishekk19445@gmail.com>
Date: Tue, 3 Mar 2026 17:31:05 +0000
Subject: [PATCH] doc: add example for %G format directive

---
 doc/find.texi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/find.texi b/doc/find.texi
index 192f7dea..87d2ffc1 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -2028,6 +2028,11 @@ File's group name, or numeric group ID if the group has no name.
 @c supports %-X.Yg
 @c TODO: Needs to support # flag and 0 flag
 File's numeric group ID.
+
+@example
+find . -printf "%G\n"
+@end example
+
 @item %u
 @c supports %-X.Yu
 File's user name, or numeric user ID if the user has no name.
-- 
2.43.0

