mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
7zr: add Japanese translation (#4813)
This commit is contained in:
parent
a11fba7299
commit
f41e3d3f1c
1 changed files with 17 additions and 0 deletions
17
pages.ja/common/7zr.md
Normal file
17
pages.ja/common/7zr.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 7zr
|
||||
|
||||
> 7-Zipは高圧縮率のファイルアーカイバ
|
||||
> .7zファイルをアーカイブタイプをサポートする
|
||||
> 詳しくは: <https://sevenzip.osdn.jp/>.
|
||||
|
||||
- ファイルまたはディレクトリをアーカイブする:
|
||||
|
||||
`7zr a {{アーカイブ.7z}} {{道/に/ファイルまたはディレクトリ}}`
|
||||
|
||||
- 元のディレクトリ構造で既存の7zファイルを抽出します:
|
||||
|
||||
`7zr x {{アーカイブ.7z}}`
|
||||
|
||||
- アーカイブの内容を一します:
|
||||
|
||||
`7zr l {{アーカイブ.7z}}`
|
Loading…
Add table
Reference in a new issue