1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:22:09 +02:00

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

This commit is contained in:
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: