Comment on Running Arch Linux on the Framework Laptop 13parentComments−stingraycharles3yIn what way is it atomic? “One command” doesn’t have anything to do with being atomic.−Nmi2osv73yyes it does? consider running a bash script, or piping commands over ssh. if you lose the connection only the first command might send. (bash is line and command oriented of course, so this is pretty obvious...)−stingraycharles3yI don’t think atomic operations mean what you think it does.
Comments
In what way is it atomic? “One command” doesn’t have anything to do with being atomic.
yes it does? consider running a bash script, or piping commands over ssh. if you lose the connection only the first command might send. (bash is line and command oriented of course, so this is pretty obvious...)
I don’t think atomic operations mean what you think it does.