this post was submitted on 17 Jun 2026
-8 points (27.8% liked)

Explain Like I'm Five

21449 readers
92 users here now

Simplifying Complexity, One Answer at a Time!

Rules

  1. Be respectful and inclusive.
  2. No harassment, hate speech, or trolling.
  3. Engage in constructive discussions.
  4. Share relevant content.
  5. Follow guidelines and moderators' instructions.
  6. Use appropriate language and tone.
  7. Report violations.
  8. Foster a continuous learning environment.

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] one_old_coder@piefed.social 11 points 9 hours ago* (last edited 9 hours ago)
  1. Try !learn_programming@programming.dev next time, you'll get downvoted here.
  2. Don't put everything in your home directory (I see ~ in the path), create a folder named Projects or something like that, and work there.
  3. Try to see if your shell has tab-completion. Type folder<TAB><TAB> (the TAB key twice) and see if your offending folder is selected, that would be easier. Or better, type rm -r folder<TAB><TAB>.
  4. Don't put $ or special characters like ? in your names, it's always a bad idea.