All folders and files should be in lower case.
Comment on D or d come on
SnowdenHeroOfOurTime@unilem.org 1 year ago
This is a feature, not a bug
MJBrune@beehaw.org 1 year ago
bier@feddit.nl 1 year ago
Why did Linux systems go for capitals in the home folder? It’s actually kind of annoying and takes extra key presses.
…A while later “XDG Base Directory Specification”
MJBrune@beehaw.org 1 year ago
Why does Linux do anything it does? Because a bunch of shortsighted nerds think it’s a good idea. For example, try to install software on another disk.
zlatko@programming.dev 1 year ago
XDG specifies the capital names, but to be nitpickingly technically precise, linux systems don’t do this. It mostly is done by the distribution maintainers, and the XDG specs. A base system does not usually have a notion of anything beyond your $HOME.
Try adding a user:
sudo adduser basicuser
. If youls -al ~basicuser
you will see it’s almost empty, just the .bashrc (or in my fedora, there’s some .mozilla crap in /etc/skel that also gets bootstrapped).
UFODivebomb@programming.dev 1 year ago
I like you style
Potatos_are_not_friends@lemmy.world 1 year ago
Right? I rather not have a computer automatically autocorrect.
shotgun_crab@lemmy.world 1 year ago
Yeah, and I think most shells will correct this case by pressing tab
AffineConnection@lemmy.world 1 year ago
Also, I constantly name files in the same directory the same thing except for case. In my ~/tmp directory I have unrelated foo.c (C source) and foo.C (C++ source).
winky88@startrek.website 1 year ago
Chaotic evil
Zagorath@aussie.zone 1 year ago
Why not .cpp for C++? I don’t use C++, but I thought that was the standard.
AffineConnection@lemmy.world 1 year ago
.C came first.