We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a750ef + 9213d4b commit 91cbe6dCopy full SHA for 91cbe6d
lib/Language/variables.pod
@@ -670,5 +670,10 @@ X<$*CWD|variable.$*CWD>
670
that evaluates to "username (uid)". It will evaluate
671
to the username only if treated as a string and the
672
numeric user id if treated as a number.
673
+ ==
674
+ $*GROUP The primary group of the user who is running the program.
675
+ It is an object that evaluates to "groupname (gid)".
676
+ It will evaluate to the groupname only if treated as a
677
+ string and the numeric group id if treated as a number.
678
679
=end pod
0 commit comments