Basic GREP command on Linix September 11, 2023 varsey grep -r TO-DO * grep -rli ‘old-word’ * | xargs -i@ sed -i ‘s/old-word/new-word/g’ @