Questions tagged [case-insensitive]
11 questions
254
votes
5 answers
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 accurate while starting a name, and would…
mwfearnley
- 3,497
4
votes
1 answer
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, it gives you an error), so why does the terminal…
Foris
- 53
2
votes
0 answers
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, probably Windows. When I extract the files, I get…
david11
- 21
2
votes
2 answers
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 top shareware bitchecker on them before I put them…
DragonLord
- 4,143
1
vote
1 answer
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 booted into OS X). I'm assuming the confusion has to…
LSharkey
- 1,103
1
vote
1 answer
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': File exists
The problem is that there are 2…
Elijah
- 111
1
vote
0 answers
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 way to do this where it will sort special…
user2533098
- 85
0
votes
1 answer
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’ are the same file
And nautilus reports
The name…
hultqvist
- 724
0
votes
1 answer
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' response:
$ sudo zfs set…
0
votes
2 answers
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 (lower case d) but I can cd…
B.Tanner
- 2,685
-1
votes
2 answers
What happens with the case sensitive directories and files in an NTFS partition under Windows?
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 many and where) files and directories with special…