cmd, mkdir, mklink, find, dir, clip: add Japanese translation (#4580)
This commit is contained in:
20
pages.ja/windows/clip.md
Normal file
20
pages.ja/windows/clip.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# clip
|
||||
|
||||
> 入力コンテンツをWindowsクリップボードにコピーします
|
||||
> 詳しくはこちら: <https://docs.microsoft.com/windows-server/administration/windows-commands/clip>.
|
||||
|
||||
- コマンドライン出力をWindowsクリップボードにパイプします:
|
||||
|
||||
`{{dir}} | clip`
|
||||
|
||||
- ファイルの内容をWindowsクリップボードにコピーします:
|
||||
|
||||
`clip < {{path/to/file.ext}}`
|
||||
|
||||
- 末尾に改行が付いたテキストをWindowsクリップボードにコピーします:
|
||||
|
||||
`echo {{テキスト}} | clip`
|
||||
|
||||
- 末尾の改行なしでテキストをWindowsクリップボードにコピーします:
|
||||
|
||||
`echo | set /p="テキスト" | clip`
|
Reference in New Issue
Block a user