Unix Test Command

kbjradmin

New Member
Messages
512
Reaction score
2
Points
0
is there any way to make the test command case-insensitive in bash?
for example, making
Code:
[ "abc" = "AbC" ]
a true statement.
Edit:
nevermind, i figured it out.
 
Last edited:
Top