SEARCH & FILE-INFO in *NIX case-insensitive, is it possible ?

mosfin

Member
is there a simple way to search filename in Unix/Linux, regardless its upper/lower case ?
or, is there a way to force MFG(NETUI) save user attached files only in lower case ?

in QAD/MFGPRO version eB2.1(NETUI), a user can attach files to any maintenance screen (as long it was setup in Attachments Maintenance), but i have no control on the
filename's lower/upper case

now, if i want to add a column in Item Master Browser, to indicate whether the item has attached photo/drawing, i call the SEARCH function 4 times for possible lower/upper variations of filename + extension, its a mess, and doesn't cover all cases...

i know Linux shell command FIND has a switch to ignore case: "-iname"
i wish SEARCH() had such option...
 
Top