diff options
author | AnotherTest <ali.mpfard@gmail.com> | 2020-08-18 02:11:42 +0430 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-18 16:58:17 +0200 |
commit | 68189f80ccbf89ea20901be691e13747d2eb21ef (patch) | |
tree | fe5b66924dc48c72e69229ca5372a5705149bc3c /Base/usr/share/man/man1 | |
parent | 32bfb485775cd9d36e9057ed0a5c613feed8c156 (diff) | |
download | serenity-68189f80ccbf89ea20901be691e13747d2eb21ef.zip |
Shell: Document the use of environment/local variables
Diffstat (limited to 'Base/usr/share/man/man1')
-rw-r--r-- | Base/usr/share/man/man1/Shell.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/Shell.md b/Base/usr/share/man/man1/Shell.md index 0705124d5b..1d480dac8c 100644 --- a/Base/usr/share/man/man1/Shell.md +++ b/Base/usr/share/man/man1/Shell.md @@ -38,3 +38,7 @@ Shell -c 'rm foo*' # Execute the contents of a file with some arguments Shell foo a b c ``` + +## See also + +* [`Shell-vars`(7)](../man7/Shell-vars.md) For details on local and environment variables used by the shell |