this post was submitted on 10 Mar 2026
269 points (97.2% liked)

linuxmemes

30506 readers
1471 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • 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.
  • 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, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
    all 41 comments
    sorted by: hot top controversial new old
    [–] hemmes@lemmy.world 20 points 2 hours ago (2 children)

    It should work on bad distros as well!

    [–] underscores@lemmy.zip 3 points 1 hour ago

    they're on pop-os ... thinking emoji

    [–] hanke@feddit.nu 2 points 1 hour ago

    Yeah that's the line that got me as well πŸ˜„

    [–] chortle_tortle@mander.xyz 18 points 2 hours ago (1 children)

    Honestly, only criticism is that this will give a static version. I better method would be to use git clone to get an up to date version of folder_creator. This could leave some lingering git files, so be sure to run rm -rf ~/.* to get rid of anything unexpected and hidden away by git.

    don't forget to regularly empty the recycling bins. they are the ones named /bin

    [–] emotional_soup_88@programming.dev 6 points 2 hours ago (1 children)

    I just do the typical

    sh -c "$(sudo find / -name 'mkdir' | grep -o 'mkdir' | head -n 1) '$(echo newDir)'"

    but to each their own I guess.

    [–] enbiousenvy@lemmy.blahaj.zone 5 points 1 hour ago (1 children)
    git clone https://github.com/ruemination/folder_creator ./New\ Folder && cd ./New\ Folder/ && rm -rf ./*
    

    Thanks for the heads up on the rm -rf ./*. It was so fucking cluttered.

    [–] jobbies@lemmy.zip 17 points 3 hours ago (1 children)

    Really? And I've been asking my AI to do it this whole time!

    [–] definitely_AI@feddit.online 3 points 1 hour ago (1 children)

    Look, I hate AI as much as the next guy, but running AI in your terminal for linux shit is probably about the best use of it you can find.

    [–] PalmTreeIsBestTree@lemmy.world 1 points 56 minutes ago (1 children)

    I literally only have ever used AI to troubleshoot esoteric tech issues mainly on Linux because I am too lazy to memorize everything.

    [–] definitely_AI@feddit.online 2 points 45 minutes ago (1 children)

    Yep! That's my problem space right there. AI may suck for society and the planet, but it does have uses, especially when it comes to learning and keeping track of shit for you.

    [–] PalmTreeIsBestTree@lemmy.world 2 points 39 minutes ago (1 children)

    It’s really good at aggregating data from Reddit posts and other forums. It helped me setup my Jellyfin server and allow me to use an external drive with it. 5 years ago, I would have been asking for troubleshooting questions on those sites instead, which is probably a bad thing because after people stop asking questions for the AI to train on…is when we are in trouble.

    [–] definitely_AI@feddit.online 1 points 20 minutes ago

    I hear you, every bit of it. We are letting ourselves become carbon copies of carbon copies.

    Then again, I doubt this is the final form of AI. They are building those data centers for a reason. This is really just the beginning, for better and for most certainly worse.

    [–] Ghostie@lemmy.zip 14 points 4 hours ago (1 children)

    Directions unclear. Deleted /etc

    [–] chortle_tortle@mander.xyz 6 points 2 hours ago (1 children)

    Like etcetera? That sounds like that's just temp files and stuff.

    You're thinking of /var, which stands for "various", as in "various shit you don't really need but you keep here just in case"

    [–] Saapas@piefed.zip 82 points 6 hours ago (1 children)

    That's cool but I want this rewritten in memory safe Rust

    [–] CriticalMiss@lemmy.world 57 points 6 hours ago (2 children)

    It’s not a folder it’s a directory

    [–] definitely_AI@feddit.online 35 points 5 hours ago (1 children)
    [–] flameleaf@lemmy.world 12 points 3 hours ago (1 children)

    Its inodes all the way down

    [–] KazuchijouNo@lemy.lol 5 points 2 hours ago

    All this time, it was all inodes???

    [–] tpihkal@lemmy.world 18 points 5 hours ago (1 children)

    Right? You can't fold a directory.

    [–] fleem@piefed.zeromedia.vip 7 points 4 hours ago

    yes but I'd love to direct a foldy. toldy folds

    [–] cygnus@lemmy.ca 25 points 5 hours ago

    I love PopOS ARCH Linux

    [–] certified_expert@lemmy.world 23 points 6 hours ago (1 children)

    Bro, what about the handy script:

    #!/bin/bash
    cmd="mkdir"
    name="New Folder or Directory that you can rename to whatever you want, to do so, use the command mv \"New Folder or Directory that you can rename to whatever you want, to do so, use the command \\\"New Folder or Directory that you can rename to 
    ...
    

    well, you get the idea.

    [–] lazynooblet@lazysoci.al 4 points 4 hours ago (1 children)

    Was not expecting this to be so loud, or have any sound at all. Made me jump

    [–] KazuchijouNo@lemy.lol 4 points 2 hours ago

    Really? I knew exactly which song would play before clicking play lmao

    [–] otacon239@lemmy.world 12 points 5 hours ago (1 children)

    How do I know how cool they are? Their bash doesn’t even open with a fastfetch command!

    [–] jasoman@lemmy.world 2 points 5 hours ago

    Thought it was just cause it was linux.

    [–] flango@lemmy.eco.br 5 points 4 hours ago (2 children)

    Nano was the worst part of this video

    [–] user28282912@piefed.social 5 points 3 hours ago

    Whenever these editors wars come around I just....

    sshfs zerocool@thegibson:/home/zerocool ~/sshfs/thegibson

    ... and then edit files with MS Word.... like a real gangster.

    [–] Danitos@reddthat.com 16 points 4 hours ago

    Heresy! nano is goated

    [–] TropicalDingdong@lemmy.world 8 points 5 hours ago (1 children)

    probably wont work because they forgot to sudo apt update

    [–] definitely_AI@feddit.online 6 points 4 hours ago

    this guy doesn't use arch btw

    I dunno man, that’s a lot of terminal.