Closed miusuncle closed 9 years ago
When I execute find user, user are all highlighted, no matter what case it is. Is there any flag to set the case sensitive?
find user
user
Yes, you can use the undocumented switch: --cs (case-sensitive)
find user --cs
or
find --cs user
I've tried it, thanks, it works fine.
Glad to help, thanks for using Text Pastry!
When I execute
find user
,user
are all highlighted, no matter what case it is. Is there any flag to set the case sensitive?