Update cheatsheets

This commit is contained in:
ivuorinen
2025-01-10 00:17:52 +00:00
parent b7b710463f
commit 829210429d
3 changed files with 6 additions and 2 deletions

View File

@@ -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:

View File

@@ -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}}`

View File

@@ -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: