at://nekomimi.pet/li.plonk.paste/3lq2j5yahdk2a
Record JSON
{
"$type": "li.plonk.paste",
"code": "find . -type f -print0 | sort -z | \\\r\nwhile IFS= read -r -d '' f; do\r\n printf \"==\u003e %s \u003c==\\n\" \"$f\"\r\n cat -- \"$f\"\r\ndone\r\n",
"createdAt": "2025-05-26T06:08:46.622Z",
"lang": "plaintext",
"shortUrl": "th",
"title": "print contents of all files recursively"
}