pages.*: add standard translation (#9672)
* pages./: Automatically add alias pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages./: Automatically add links Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Fix false positives from script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:

committed by
GitHub

parent
8a51e0f5b8
commit
5257568887
8
pages.ja/windows/chrome.md
Normal file
8
pages.ja/windows/chrome.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# chrome
|
||||
|
||||
> このコマンドは `chromium` のエイリアスです。
|
||||
> 詳しくはこちら: <https://chrome.google.com>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr chromium`
|
8
pages.ja/windows/cpush.md
Normal file
8
pages.ja/windows/cpush.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# cpush
|
||||
|
||||
> このコマンドは `choco-push` のエイリアスです。
|
||||
> 詳しくはこちら: <https://docs.chocolatey.org/en-us/create/commands/push>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr choco-push`
|
8
pages.ja/windows/curl.md
Normal file
8
pages.ja/windows/curl.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# curl
|
||||
|
||||
> このコマンドは `curl -p common` のエイリアスです。
|
||||
> 詳しくはこちら: <https://curl.se>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr curl -p common`
|
7
pages.ja/windows/iwr.md
Normal file
7
pages.ja/windows/iwr.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# iwr
|
||||
|
||||
> このコマンドは `invoke-webrequest` のエイリアスです。
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr invoke-webrequest`
|
8
pages.ja/windows/pwsh-where.md
Normal file
8
pages.ja/windows/pwsh-where.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# pwsh-where
|
||||
|
||||
> このコマンドは `Where-Object` のエイリアスです。
|
||||
> 詳しくはこちら: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/where-object>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr Where-Object`
|
8
pages.ja/windows/rd.md
Normal file
8
pages.ja/windows/rd.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# rd
|
||||
|
||||
> このコマンドは `rmdir` のエイリアスです。
|
||||
> 詳しくはこちら: <https://learn.microsoft.com/windows-server/administration/windows-commands/rd>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr rmdir`
|
8
pages.ja/windows/sls.md
Normal file
8
pages.ja/windows/sls.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# sls
|
||||
|
||||
> このコマンドは `where-object` のエイリアスです。
|
||||
> 詳しくはこちら: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr where-object`
|
8
pages.ja/windows/wget.md
Normal file
8
pages.ja/windows/wget.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# wget
|
||||
|
||||
> このコマンドは `wget -p common` のエイリアスです。
|
||||
> 詳しくはこちら: <https://www.gnu.org/software/wget>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr wget -p common`
|
Reference in New Issue
Block a user