How to ignore case sensitive in Perl-compatible regular expressions (PCREs) in Linux grep?

前端 未结 0 925
感动是毒
感动是毒 2020-12-08 15:55

Sample file

wolf@linux:~$ cat file.txt 
abcABC

grep -o

wolf@linux:~$ cat file.txt | grep -o a
a

It\'s easy to

相关标签:
回答
  • 消灭零回复
提交回复
热议问题