1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:07:46 +00:00

Shell: Document the use of environment/local variables

This commit is contained in:
AnotherTest 2020-08-18 02:11:42 +04:30 committed by Andreas Kling
parent 32bfb48577
commit 68189f80cc
2 changed files with 41 additions and 0 deletions

View file

@ -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