/
githubmirror
/
libarchive
Обзор
Документация
Войти
/
githubmirror
/
libarchive
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
cat/bsdcat.1
41 строка
832 B
Emil Velikov
Convert the tools and respective tests to SPDX (#2317)
13 окт 2024, 06:54
Не верифицирован
13 окт 2024, 06:54
6287b99
Код
Авторство
О чём код?
.\" .\" SPDX-License-Identifier: BSD-2-Clause .\" .\" Copyright (c) 2011-2014, Mike Kazantsev .\" All rights reserved. .\" .Dd March 1, 2014 .Dt BSDCAT 1 .Os .Sh NAME .Nm bsdcat .Nd expand files to standard output .Sh SYNOPSIS .Nm .Op options .Op files .Sh DESCRIPTION .Nm expands files to standard output. .Sh OPTIONS .Nm typically takes a filename as an argument or reads standard input when used in a pipe. In both cases decompressed data is written to standard output. .Sh EXAMPLES To decompress a file: .Pp .Dl bsdcat example.txt.gz > example.txt .Pp To decompress standard input in a pipe: .Pp .Dl cat example.txt.gz | bsdcat > example.txt .Pp Both examples achieve the same results - a decompressed file by redirecting output. .Sh SEE ALSO .Xr bzcat 1 , .Xr uncompress 1 , .Xr xzcat 1 , .Xr zcat 1 , .Xr libarchive-formats 5