mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 04:49:00 +00:00
Update cheatsheets
This commit is contained in:
17
source
Normal file
17
source
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# source
|
||||
|
||||
> Execute commands from a file in the current shell.
|
||||
> More information: <https://manned.org/source>.
|
||||
|
||||
- Evaluate contents of a given file:
|
||||
|
||||
`source {{path/to/file}}`
|
||||
|
||||
- Evaluate contents of a given file (alternatively replacing `source` with `.`):
|
||||
|
||||
`. {{path/to/file}}`
|
||||
Reference in New Issue
Block a user