标签: bash cryptography
如果我将文件shasum并将其无限期地传输到另一个文件(删除文件名),我是否会看到相同的shasum?
echo "3" > testfile while true; do shasum testfile > testfile cat testfile done