./cpio --examples
Funciones y ejemplos de uso
file-read
echo /path/to/input-file | cpio -o
echo /path/to/input-file | cpio -dp .
cat path/to/input-file
file-write
echo DATA >/path/to/temp-file
echo /path/to/temp-file | cpio -udp .
shell
echo '/bin/sh </dev/tty >/dev/tty' >localhost
cpio -o --rsh-command /bin/sh -F localhost:
./related --binary=cpio
Binarios relacionados
Comparten al menos una función con cpio.