Hi team ,
we are using Red Hat Enterprise Linux Server release 5.8. Our default shell is BASH. while using test command for single file its working fine.But when we use test command for multiple files we are facing this issue. I will paste the issue.
[balamup2@cl-flor-dvvm026 ~]$ test -f "test*.txt"
[balamup2@cl-flor-dvvm026 ~]$ echo $?
1
[balamup2@cl-flor-dvvm026 ~]$
but its working fine for KSH shell.