in reply to Re: How to get an exact match of files
in thread How to get an exact match of files

$data="Adi";

$file="$(ROOT)/../../../../../../../Audio_Driver/adie_lib/$(CPU)/adi"

For the above data if I use $data eq $file,will they be equal?is it not case-sensitive?how to make the eq case-insensitive?