diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/eshell.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 6e92d598387..c6376882542 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi | |||
| @@ -993,6 +993,13 @@ variable is connection-aware, so when the current directory is remote, | |||
| 993 | its value will be @acronym{UID} for the user associated with that | 993 | its value will be @acronym{UID} for the user associated with that |
| 994 | remote connection. | 994 | remote connection. |
| 995 | 995 | ||
| 996 | @vindex $GID | ||
| 997 | @item $GID | ||
| 998 | This returns the effective @acronym{GID} for the current user. Like | ||
| 999 | @code{$UID}, this variable is connection-aware, so when the current | ||
| 1000 | directory is remote, its value will be @acronym{GID} for the user | ||
| 1001 | associated with that remote connection. | ||
| 1002 | |||
| 996 | @vindex $_ | 1003 | @vindex $_ |
| 997 | @item $_ | 1004 | @item $_ |
| 998 | This refers to the last argument of the last command. With a | 1005 | This refers to the last argument of the last command. With a |