|
Disappointingly, this list treats "yes" like a toy that just prints things over and over, and doesn't mention actual useful uses for "yes", like accepting all defaults without having to press enter. Practical example: when you are doing "make oldconfig" on the kernel, and you don't care about all those questions: yes "" | make oldconfig Or, if you prefer answering no instead: yes "n" | yourcommand Also, the author refers to watch as a "supervisor" ("supervise command" - his words). That is bad terminology. Process supervision has well defined meaning in this context, and watch isn't even close to doing it. Examples of actual supervisors are supervisord, runit, monit, s6, and of course systemd (which also does service management and, er, too much other stuff, honestly). |