Post #3510017
2026-07-01 12:21 UTC
absolutely wild that there seems to be no single standard linux program that simply takes a filename as one argument and text to write to it as another, without needing to use shell features like io redirection, pipes or herestrings Oo
Replies (1)
-
@Nero@chaos.social 2026-07-01 12:33
@fugi@fed.amazonawaws.com what would be the usecase for this? with having a shell, writing to files basically comes for free for any program...