alternatives, cc, line: add Polish translation (#9124)

pull/1/head
rozie 2022-10-21 03:20:41 +00:00 committed by GitHub
parent 89e012136d
commit 41531ff289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# alternatives
> To polecenie jest aliasem dla `update-alternatives`.
> Więcej informacji: <https://manned.org/alternatives>.
- Zobacz dokumentację oryginalnego polecenia:
`tldr update-alternatives`

8
pages.pl/linux/cc.md Normal file
View File

@ -0,0 +1,8 @@
# cc
> To polecenie jest aliasem dla `gcc`.
> Więcej informacji: <https://gcc.gnu.org>.
- Zobacz dokumentację orginalnego polecenia:
`tldr gcc`

8
pages.pl/linux/line.md Normal file
View File

@ -0,0 +1,8 @@
# line
> Wczytuje pojedynczą linię wejścia:
> Więcej informacji: <https://manned.org/line.1>.
- Wczytanie wejścia:
`line`

View File

@ -1,6 +1,7 @@
# alternatives
> This command is an alias of `update-alternatives`.
> More information: <https://manned.org/alternatives>.
- View documentation for the original command: