I’m in the process of switching my machines to Linux Mint from Windows and on my network drive I have a bunch of folders that are sorted with the help of preceding underscores (like this “__folder1” “___folder2”)) so that folders appear in a specific order.
When my Mint machines access the drive they sort by the first letter skipping the underscores and I’d really like to have that functionality back rather than having to rename a bunch of folders to try to sort them again. (I’d like to avoid a preceding ‘A’ workaround if possible as there’s a bunch of folders)
Any suggestions? A setting I’m missing (very likely) or something?
yup, my ll alias is like this for yyyeeaaarrrrsssss because of this
alias ll='LC_COLLATE=C ls -alFh'