Phillip J Phry@lemmy.worldtoLinux@lemmy.ml•Wanting to improve my Linux skills after 17 months of daily driving Linux
4·
1 year agoI agree with what other people have said about using the command line more and the gui less, that will make you have to learn about utils like find, grep, sed, and maybe awk.
Try learning vim (or emacs). Use some command like tools for stuff you’d do in the gui. Try some basic scripting for common tasks. Maybe write some short python/ruby scripts if you need them. I’ve found that writing code has given me a need for learning more about how the command line works, and other “power user” features.
This concept actually makes me want to have AI take my job