mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 09:46:31 +00:00
Update cheatsheets
This commit is contained in:
2
tldr/env
2
tldr/env
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# env
|
||||
|
||||
> Show the environment or run a program in a modified environment.
|
||||
> More information: <https://www.gnu.org/software/coreutils/env>.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/env-invocation.html>.
|
||||
|
||||
- Show the environment:
|
||||
|
||||
|
||||
@@ -19,3 +19,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Only get the 10 recently sync'd mirrors:
|
||||
|
||||
`reflector --latest {{10}}`
|
||||
|
||||
- Use a configuration file to fetch mirrors:
|
||||
|
||||
`sudo reflector @{{/etc/xdg/reflector/reflector.conf}}`
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# mkdir
|
||||
|
||||
> Create directories and set their permissions.
|
||||
> More information: <https://www.gnu.org/software/coreutils/mkdir>.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/mkdir-invocation.html>.
|
||||
|
||||
- Create specific directories:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user