2

i want to search with case sensitive, seems "ag -i" should do the job. But when i run it in MAC, seems it's not the case.

Anyone has same issues ?

user3552178
  • 2,719
  • 8
  • 40
  • 67

1 Answers1

1

ag -s pattern

this works in MAC.

user3552178
  • 2,719
  • 8
  • 40
  • 67