forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
windows/curl, windows/wget: sync rearranged examples to other transla…
…tions (tldr-pages#13856)
- Loading branch information
1 parent
e7a5654
commit 7ae1f4e
Showing
10 changed files
with
64 additions
and
32 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
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,16 @@ | ||
# wget | ||
|
||
> পাওয়ারশেলে, এই কমান্ডটি অরিজিনাল `wget` প্রোগ্রাম (<https://www.gnu.org/software/wget>) সঠিকভাবে ইনস্টল না থাকলে এটি `Invoke-WebRequest` এর এলিয়াস হতে পারে। | ||
> আরও তথ্য পাবেন: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>। | ||
- মৌলিক `wget` কমান্ডের জন্য নথি: | ||
|
||
`tldr wget -p common` | ||
|
||
- পাওয়ারশেলের `Invoke-WebRequest` কমান্ডের জন্য নথি: | ||
|
||
`tldr invoke-webrequest` | ||
|
||
- চেষ্টা করুন যে কি `wget` সঠিকভাবে ইনস্টল করা হয়েছে কিনা, এর সংস্করণ নম্বর প্রিন্ট করে। যদি এই কমান্ডটি একটি ত্রুটির মধ্যে মূল `Invoke-WebRequest` দিয়ে বদলে যায়, তবে: | ||
|
||
`wget --version` |
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
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 |
---|---|---|
@@ -1,8 +1,16 @@ | ||
# wget | ||
|
||
> Dieser Befehl ist ein Alias von `wget -p common`. | ||
> In PowerShell kann dieser Befehl ein Alias von `Invoke-WebRequest` sein, wenn das Originalprogramm `wget` (<https://www.gnu.org/software/wget>) nicht ordnungsgemäß installiert wurde. | ||
> Weitere Informationen: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>. | ||
- Zeige die Dokumentation für den originalen Befehl an: | ||
- Schaue dir hier die Dokumentation für den ursprünglichen `wget`-Befehl an: | ||
|
||
`tldr wget -p common` | ||
|
||
- Schaue dir hier die Dokumentation für den PowerShell-Befehl `Invoke-WebRequest` an: | ||
|
||
`tldr invoke-webrequest` | ||
|
||
- Überprüfen Sie, ob `wget` ordnungsgemäß installiert ist, indem Sie sich die Versionsnummer ausgeben lassen. Wenn nachfolgender Befehl einen Fehler ausgibt, hat PowerShell diesen Befehl möglicherweise durch `Invoke-WebRequest` ersetzt: | ||
|
||
`wget --version` |
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
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
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
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 |
---|---|---|
@@ -1,8 +1,16 @@ | ||
# wget | ||
|
||
> To polecenie jest aliasem `wget -p common`. | ||
> W PowerShell to polecenie może być aliasem `Invoke-WebRequest`, gdy oryginalny program `wget` (<https://www.gnu.org/software/wget>) nie jest poprawnie zainstalowany. | ||
> Więcej informacji: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>. | ||
- Zobacz dokumentację oryginalnego polecenia: | ||
- Zobacz dokumentację oryginalnego polecenia `wget`: | ||
|
||
`tldr wget -p common` | ||
|
||
- Zobacz dokumentację polecenia PowerShell `Invoke-WebRequest`: | ||
|
||
`tldr invoke-webrequest` | ||
|
||
- Zweryfikuj, czy `wget` jest poprawnie zainstalowany poprzez sprawdzenie jego wersji. Jeśli to polecenie zwraca błąd, PowerShell mógł je zastąpić poleceniem `Invoke-WebRequest`: | ||
|
||
`wget --version` |
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
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