In a CLI I can do ls -a | grep ".png" to find all the png files in the directory. In a GUI I can use the search function if it was implemented and well designed for the purpose I need it for. But I can’t infinitely mix and match functions like I can in bash.
If you
then sure GUIs are great.
What do you mean by conposable in this context?
https://en.wikipedia.org/wiki/Composability
In a CLI I can do
ls -a | grep ".png"to find all the png files in the directory. In a GUI I can use the search function if it was implemented and well designed for the purpose I need it for. But I can’t infinitely mix and match functions like I can in bash.