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:
parent
89e012136d
commit
41531ff289
4 changed files with 25 additions and 0 deletions
8
pages.pl/linux/alternatives.md
Normal file
8
pages.pl/linux/alternatives.md
Normal 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
8
pages.pl/linux/cc.md
Normal 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
8
pages.pl/linux/line.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# line
|
||||
|
||||
> Wczytuje pojedynczą linię wejścia:
|
||||
> Więcej informacji: <https://manned.org/line.1>.
|
||||
|
||||
- Wczytanie wejścia:
|
||||
|
||||
`line`
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue