Ack Using Find & Replace With Basic Regex

by r17x
GNU/Linux ā—† screen ā—† bash 1325 views

ack -l text | xargs perl -pi -E ā€˜s/text/text_new/gā€™

text : you can use regex pattern but no for all regex pattern s/text : old tex text_new/g: new text