doc/documentation/manual-pages/ja/man1/zforce.1
Sergio Carlavilla Delgado 989d921f5d Migrate doc to Hugo/AsciiDoctor
I'm very pleased to announce the release of
our new website and documentation using
the new toolchain with Hugo and AsciiDoctor.

To get more information about the new toolchain
please read the FreeBSD Documentation Project Primer[1],
Hugo docs[2] and AsciiDoctor docs[3].

Acknowledgment:
Benedict Reuschling <bcr@>
Glen Barber <gjb@>
Hiroki Sato <hrs@>
Li-Wen Hsu <lwhsu@>
Sean Chittenden <seanc@>
The FreeBSD Foundation

[1] https://docs.FreeBSD.org/en/books/fdp-primer/
[2] https://gohugo.io/documentation/
[3] https://docs.asciidoctor.org/home/

Approved by:    doceng, core
2021-01-26 00:31:29 +01:00

26 lines
746 B
Groff

.\" this file based on that translated to japanese on NetBSD Japanese Reference
.\" Manual Project, and modified to fit FreeBSD Reference Manual
.\" by Mochida Shuji 1995/03/31
.\" $FreeBSD$
.\"
.TH ZFORCE 1
.SH 名称
zforce \- gzip(1) で圧縮されている全てのファイル名の末尾に `.gz' を
強制的に付加する
.SH 書式
.B zforce
name ...
.SH 解説
.I zforce
は、
.I gzip
で圧縮されたファイルを再び
.I gzip
で圧縮しないようにするために、
.I gzip
で圧縮されたすべてのファイル名の末尾に .gz を強制的に付加します。
転送等でファイル名が変わってしまったファイルに有用です。
例えば、12345678901 は 12345678901.gz にファイル名が変更されます。foo.tgz の
ようなファイル名はそのまま残されます。
.SH 関連項目
gzip(1), znew(1), zmore(1), zgrep(1), zdiff(1), gzexe(1)