-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
., %: add Polish translation (#15606)
Co-authored-by: Lena <[email protected]>
- Loading branch information
1 parent
35c8f8a
commit e158e0e
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Percent sign | ||
|
||
> Zarządzaj zadaniami. | ||
> Więcej informacji: <https://www.gnu.org/software/bash/manual/bash.html#Job-Control-Basics>. | ||
- Przenieś bieżące zadanie na pierwszy plan: | ||
|
||
`%` | ||
|
||
- Przenieś poprzednie zadanie na pierwszy plan: | ||
|
||
`%-` | ||
|
||
- Przenieś zadanie numer `N` na pierwszy plan: | ||
|
||
`%{{N}}` | ||
|
||
- Przenieś zadanie, którego polecenie zaczyna się od `ciąg_znaków` na pierwszy plan: | ||
|
||
`%{{ciąg_znaków}}` | ||
|
||
- Przenieś zadanie, którego polecenie zawiera `ciąg_znaków` na pierwszy plan: | ||
|
||
`%?{{ciąg_znaków}}` | ||
|
||
- Wznów wstrzymane zadanie: | ||
|
||
`%{{1}} &` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Dot | ||
|
||
> To polecenie jest aliasem `source`. | ||
- Zobacz dokumentację oryginalnego polecenia: | ||
|
||
`tldr source` |