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 http
com https
a partir de arquivos com o nome terminou com html neste repo git
pie 's#http#https#g' `git ls-files|grep html$`