Hacker News new | ask | show | jobs
by yarrel 2952 days ago
Yes that is an awful soup of switches that should either be separate commands or usages of existing Unix tools.
2 comments

Ok, then you've traded one command with switches for multiple commands each with their own set of switches (and almost certainly following different switch 'standards'). I like systemctl/journalctl for cleaning up that mess, even if it requires me to learn how to use them.
Then you will have an awful salad of separate commands that you have to juggle around. I am all for "UNIX philosophy" within reason; it has its bounds, let us not over-romanticize it.