• one_old_coder@piefed.social
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    20 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.