pesquisar e substituir arquivos na linha

adicione isso ao seu .bashrc ou .zshrc

alias pie="perl -p -i -e "

Uso

básico

pie 's#[search]#[replace]#g' [filenames]

procurar e substituir httpcom httpsa partir de arquivos com o nome terminou com html neste repo git

pie 's#http#https#g' `git ls-files|grep html$`