1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

source: add alternative syntax example (#7283)

This commit is contained in:
Sailesh Shrestha 2021-10-30 09:44:48 +05:45 committed by GitHub
parent ce423ade00
commit cac4d69538
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,3 +6,7 @@
- Evaluate contents of a given file:
`source {{path/to/file}}`
- Evaluate contents of a given file (alternatively replacing `source` with `.`):
`. {{path/to/file}}`