Re: Leap-16 ... Oh SHIT !
Lawrence D’Oliveiro <[email protected]>
| Newsgroups | comp.os.linux.misc |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
On Mon, 6 Jul 2026 21:59:10 +0200, Carlos E. R. wrote: > However, if you have scripts doing simple things, the tool is still > there if you wish, no need to change scripts. Sometimes people do dumb things in scripts. Like implementing all kinds of clever parsing of command output, when a quick check of the man page will often show an easier way to get the command to produce just the information desired -- or even lead you to a more direct source of the information, like reading it straight from a file in /proc or /sys.