Questions tagged [case-insensitive]
The case-insensitive tag has no usage guidance.
11 questions
1
vote
1
answer
593
views
Having trouble copying conda environment folder containing same word (different case) files with symbolic links in terminfo subdirectory
I am using WSL1.
I am trying to save a copy of my ~./miniconda/envs folder to the desktop using cp.
I keep getting errors like cp: cannot create regular file './envs/py_env/share/terminfo/h/hp2621a':...
1
vote
0
answers
137
views
Case insensitive sort in Nemo
So I'm trying to get so special characters are on top followed by numbers, then letters case insensitive.
I've added export LC_ALL=C to my .profile, but the result is case sensitive.
Is there a better ...
0
votes
1
answer
2k
views
ZFS Case Sensitivity is supposed to be settable post-creation, but it's 'read-only'
According to this Oracle document on Settable ZFS Properties, casesensitivity is supposed to be a settable property post ZFS Pool creation but, regardless of the value I supply, I get a 'read-only' ...
3
votes
1
answer
8k
views
How to ignore case in directory paths?
I’m new to Linux/Ubuntu. To my knowledge it’s not possible to make file or folder with only difference in case e.g. I can’t create the files Text.ini and text.ini (well you can but it will not work, ...
0
votes
2
answers
2k
views
Can I make USB stick with exfat-fuse case sensitive?
I have a USB stick for which I had to install exfat-fuse, and have mirrored my home diectory onto it for backup purposes with rsync. I have a folder called Documents and I notice I cannot cd documents ...
1
vote
1
answer
400
views
Can't rename directory by changing upper- to lower-case on hfs+ partition
I'm new to Linux, and just installed Ubuntu 17.04 on a dual-boot MacBook. I'm having trouble with directories I'm creating on an hfs+ partition (created with gparted, so I can see files on it when ...
2
votes
0
answers
297
views
Importing a case insensitive directory
I am using Ubuntu with a case sensitive file system, and I have downloaded some zipped directories from Dropbox. I assume the zipped directories were created on a case insensitive file system, ...
2
votes
2
answers
141
views
Thumb drive doesn't distinguish case in file names on Lubuntu
Using SanDisk ExtremePro 128GB usb3.0 thumb drive to copy files between Lubuntu 13.10 systems, also sometimes from Mac or PCs. Formatting is standard off-the-shelf, I believe, although I did run a ...
-1
votes
2
answers
690
views
What happens with the case sensitive directories and files in an NTFS partition under Windows? [closed]
I use Ubuntu since 1,5 years. I upgraded my computer so that's the time for backup, fresh install, etc. I will make a dual boot system, so here is my problem:
I have some (i don't know exactly how ...
0
votes
1
answer
671
views
Rename a file case in JFS, case insensitive
I working on a JFS filsystem made with the option -O (case insensitive filenames).
How can I easily rename a file from Test.txt to test.txt ?
Using mv report the error:
mv: ‘Test.txt’ and ‘test.txt’...
252
votes
5
answers
173k
views
Can I make Tab auto-completion case-insensitive in Bash?
Ubuntu's Terminal uses case-sensitive auto-completion, as would be expected for Linux.
But I think sometimes it would be more convenient to use a case-insensitive one instead, to save you having to be ...