0 Members and 1 Guest are viewing this topic.
grep -ilr ‘old-string’ * | xargs -i@ sed -i ‘s/old-string/new-string/g’ @