this post was submitted on 09 Jul 2023
1060 points (97.7% liked)
linuxmemes
21160 readers
1531 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows.
- No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
I actually take the time to type everything out, but I still have no idea what I’m doing.
You know, my students do this. It's freaking hilarious when they inevitably have a typo and get an error. I chuckle every time. 😄
it is actually a good thing to do. helps in learning stuff faster. it's good to hear that there's still people who don't mindlessly copy and paste
I realize my post sounds like I'm against students typing out commands, but I'm not. I'm against them mindlessly typing out commands they find on the internet without taking time to understand what the commands actually do. I encourage them to be intentional with their commands and really understand them.
Omg I tell people at least 3 times a day about bash's tab completion. Cli proficiency should be taught before programming
Mindlessly mashing tab > copy paste any day brother
Thank you, whenever people ask me how to start learning and get rolling in tech related things I’ve struggled trying to articulate this exact point. I’m not a sysadmin or anything but knowing how to navigate CLIs across OS’s makes everything so much easier to learn and do
Tab completion is the main way I check that I'm using a valid file path in the command, especially when I'm deleting something. (and even then I double and triple check the path when I delete something lol)