minus-squareRaptorox@sh.itjust.workstoLinux@lemmy.ml•Which Linux tool or command is surprisingly simple, powerful, and yet underrated?"linkfedilinkarrow-up10·5 days agoThat will just wait for command to finish properly and then run yes. What you want to run is yes | command, so it spams the command with confirmations. linkfedilink
minus-squareRaptorox@sh.itjust.workstoAndroid@lemmy.world•Looking for my next AndroidlinkfedilinkEnglisharrow-up4·3 months agoPixels have GrapheneOS tho linkfedilink
That will just wait for
command
to finish properly and then runyes
.What you want to run is
yes | command
, so it spams the command with confirmations.