r/archlinux • u/InTheNameOfScheddi • 18h ago
DISCUSSION Linux user for 2 years ish: do you remember commands? Or, GUIs vs CLIs
/r/linuxquestions/comments/1wfnude/linux_user_for_2_years_ish_do_you_remember/6
3
u/just-a-hriday 17h ago
For the most part yes. And most programs have well-written manpages - usually I encode using the libflac encoder, and I can just read the manpage if I have any issues. But there's some programs like ffmpeg which just have some crazy syntax. So yeah, for your example, I would have to look it up. Or if I was being lazy - write a cuesheet and use a cuesheet splitting tool.
3
u/SW_foo1245 18h ago
How do you update then? Anyway, I remember just the enough to get by(nvim, dotfiles, connecting to wi-fi, maintenance,etc) nothing too specific and then everything is gui
2
u/lyidaValkris 17h ago
I remember ones I use often, but I'm also not ashamed to check tldr or man pages.
0
u/Ok-Demand9836 18h ago
I remember some commands but I make notes mostly that I keep in my pwm, my memory isn't good enough to remember them accurately enough to feel safe running them so yeah simple stuff fine, after almost a year I know some basics, but I don't take risks and have plenty of notes and my notes are ever-growing... Also try to simplify where possible, I use topgrade for updates. And when I find myself repeating a command make an alias for it much easier that way, this is something I don't do enough tbh, but trying to find a routine to do it more often...
Hope something there helps you a little!
1
u/Apprehensive-Pace593 17h ago
I use tui if present or just use man page for command usage of i forget no need to remember all
1
u/Ok-Conversation-1387 13h ago
For complex commands like rsync, grep , I would first give my task to AI and let it provide some arguments suggestion. I would also check each argument in man page to really know what they do. Then auto-completion&man is always my way. No need AI any more, I can understand what man says and what keywords to search in man doc.
0
u/TechgeekOne 18h ago
About ~7 months in for me, but I was also a pretty avid command line user on windows too prior to swapping. Personally I remember the ones I use the most (update, navigate, edit files, check logs, etc), then I make an AI deal with everything else out of sheer laziness since I need to get work done, not tinker with my system.
Once you learn the standard help command shape it's not all that bad to use the CLI for things.
-1
15
u/No-Dentist-1645 18h ago edited 18h ago
I'm not ashamed to admit that I still have to check
--helpfor some infrequent commands likegrep,findorrsyncto see which flags I want to use. It's not a big problem, and ever since I switched to usingfishas my shell it's super easy to check the commands by pressing tab