safecat
Safely copy stdin to a file
Install
- All systems
-
curl cmd.cat/safecat.sh
- Debian
-
apt-get install safecat
- Ubuntu
-
apt-get install safecat
- Kali Linux
-
apt-get install safecat
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install safecat
- Raspbian
-
apt-get install safecat
- Dockerfile
- dockerfile.run/safecat
safecat
Safely copy stdin to a file
Safecat is a program which implements Daniel Bernstein's maildir algorithm to copy stdin safely to a file in a specified directory. It can be used to write mail messages to a qmail-style maildir, or to write data to a "spool" directory reliably.