bsdcat
FreeBSD implementations of 'tar' and 'cpio' and other archive tools
Install
- All systems
-
curl cmd.cat/bsdcat.sh
- Debian
-
apt-get install libarchive-tools
- Ubuntu
-
apt-get install libarchive-tools
- Alpine
-
apk add libarchive-tools
- Arch Linux
-
pacman -S bsdcat
- Kali Linux
-
apt-get install libarchive-tools
- Fedora
-
dnf install bsdcat
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libarchive-tools
- Raspbian
-
apt-get install libarchive-tools
- Dockerfile
- dockerfile.run/bsdcat
- Docker
-
docker run cmd.cat/bsdcat bsdcat
powered by Commando
libarchive-tools
FreeBSD implementations of 'tar' and 'cpio' and other archive tools
This package contains several command-line tools based on the libarchive library. The bsdtar program is the default system 'tar' program used on FreeBSD. bsdtar uses the libarchive library as a backend which does all of the work for reading and writing archives in various formats. The bsdcpio program is the default system 'cpio' program used on FreeBSD. bsdcpio uses the libarchive library as a backend which does all of the work for reading and writing archives in various formats. The bsdcat program reads archived data from files or from its standard input and uses the libarchive library to decompresses it to its standard output. It may be used for viewing the contents of archives or for passing it to other tools for further processing.
bsdcat
Expand files to standard output
libarchive
Libarchive is a programming library that can create and read
several different streaming archive formats, including most popular tar variants, several cpio formats, and both BSD and GNU ar variants. It can also write shar archives and read ISO9660 CDROM images and ZIP archives.