7zr: add Japanese translation (#4813)

This commit is contained in:
Miyuutsu
2020-10-24 08:57:00 -04:00
committed by GitHub
parent a11fba7299
commit f41e3d3f1c

17
pages.ja/common/7zr.md Normal file
View File

@@ -0,0 +1,17 @@
# 7zr
> 7-Zipは高圧縮率のファイルアーカイバ
> .7zファイルをアーカイブタイプをサポートする
> 詳しくは: <https://sevenzip.osdn.jp/>.
- ファイルまたはディレクトリをアーカイブする:
`7zr a {{アーカイブ.7z}} {{道/に/ファイルまたはディレクトリ}}`
- 元のディレクトリ構造で既存の7zファイルを抽出します:
`7zr x {{アーカイブ.7z}}`
- アーカイブの内容を一します:
`7zr l {{アーカイブ.7z}}`