1
0
Fork 0
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:
Miyuutsu 2020-10-24 08:57:00 -04:00 committed by GitHub
parent a11fba7299
commit f41e3d3f1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}`