Greetings!
*** Jeremy [2020-12-20 10:00]:
>Would you happen to know why $3 is necessary, and why one can't write
>to $1 directly?
We need this to atomically create targets. How can one determine if $1
was completed successfully when some outage happens? For example:
$ cat tarball.tar.do
Hey Sergey,
Thank you for this in-depth example. This is helpful.
Would you happen to know why $3 is necessary, and why one can't write
to $1 directly?
I'm working on a project that involves cloning & compiling musl-gcc,
and am cuious whether redo could be a good fit.
I've cloned musl, and I ha