mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:17:45 +00:00
Shell: Document the use of environment/local variables
This commit is contained in:
parent
32bfb48577
commit
68189f80cc
2 changed files with 41 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue