mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 17:35:28 +02:00
printenv: update documentation link (#15028)
This commit is contained in:
parent
385a9b421d
commit
55fc45670f
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# printenv
|
||||
|
||||
> 모든 환경 변수 또는 지정된 환경 변수의 값을 출력.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/coreutils/printenv>.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/printenv-invocation.html>.
|
||||
|
||||
- 모든 환경 변수의 키-값 쌍 출력:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# printenv
|
||||
|
||||
> Toon waarden van alle of specifieke omgevingsvariabelen.
|
||||
> Meer informatie: <https://www.gnu.org/software/coreutils/printenv>.
|
||||
> Meer informatie: <https://www.gnu.org/software/coreutils/manual/html_node/printenv-invocation.html>.
|
||||
|
||||
- Toon key-value paren van alle omgevingsvariabelen:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# printenv
|
||||
|
||||
> Print values of all or environment variables.
|
||||
> More information: <https://www.gnu.org/software/coreutils/printenv>.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/printenv-invocation.html>.
|
||||
|
||||
- Display key-value pairs of all environment variables:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue