i want print path starting /alex/
/alex/ path=/alex/ path = /alex/ b/alex no match: b/alex other match
i use command :
grep -rv "[0-9aa-zz]/alex/" . | grep "/alex/"
how can use 1 grep print?
/alex/ path=/alex/ path = /alex/
i want print path starting /alex/
/alex/ path=/alex/ path = /alex/ b/alex no match: b/alex other match
i use command :
grep -rv "[0-9aa-zz]/alex/" . | grep "/alex/"
how can use 1 grep print?
/alex/ path=/alex/ path = /alex/
Comments
Post a Comment