风之空灵
技术笔记---记载学到技术的点点滴滴
4/28/2010
Grep ignore case
By default, grep is case-sensitive (use -i to ignore case).
By default, grep ignores the context of a string (use -w to match
words
only).
By default, grep shows the lines that match (use -v to show those that
don't
match).
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
没有评论:
发表评论