How to overcome the case sensitivity while accessing a file in unix using shell script.?
I have a file namely file.txt in the designation path and in script while accessing the same file with the name FILE.txt it throws the error as Cannot open File.
Please guide me how to access the file with case change in unix scripting.
How to turn off case sensitivity in c shell.