mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 14:05:59 +02:00
source: add alternative syntax example (#7283)
This commit is contained in:
parent
ce423ade00
commit
cac4d69538
1 changed files with 4 additions and 0 deletions
|
@ -6,3 +6,7 @@
|
||||||
- Evaluate contents of a given file:
|
- Evaluate contents of a given file:
|
||||||
|
|
||||||
`source {{path/to/file}}`
|
`source {{path/to/file}}`
|
||||||
|
|
||||||
|
- Evaluate contents of a given file (alternatively replacing `source` with `.`):
|
||||||
|
|
||||||
|
`. {{path/to/file}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue