HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

zforce — Add a `.gz` extension to files compressed using `gzip`. More information: <https://manned.org/zforce

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandfilescliextensionusingaddzforcecompressed
linux

Problem

How to use the zforce command: Add a .gz extension to files compressed using gzip. More information: <https://manned.org/zforce>.

Solution

zforce — Add a .gz extension to files compressed using gzip. More information: <https://manned.org/zforce>.

Add a .gz extension to the supplied Gzip files (Note: Other files are ignored):
zforce {{path/to/file1 path/to/file2 ...}}

Code Snippets

Add a `.gz` extension to the supplied Gzip files (Note: Other files are ignored)

zforce {{path/to/file1 path/to/file2 ...}}

Context

tldr-pages: linux/zforce

Revisions (0)

No revisions yet.