Jan Stary Mon, 10 Feb 2020 04:05:59 -0800
mv code contains copies of cp.c and rm.c - is that so that mv can avoid the fork+exec (and call the relevant cp/rm code itself)?
If so, is it so that mv can be pledged? It isn't. There must be something worth the duplication ... Jan