Skip to content

Instantly share code, notes, and snippets.

@phouverneyuff
Last active September 10, 2016 17:14
Show Gist options
  • Select an option

  • Save phouverneyuff/8f31adb6277fc8892715c87e7fa1d635 to your computer and use it in GitHub Desktop.

Select an option

Save phouverneyuff/8f31adb6277fc8892715c87e7fa1d635 to your computer and use it in GitHub Desktop.
grep -Irl --exclude=*.cache* --exclude=*.{PlayOnLinux} /home/user1/ ./ | while read file; do sed -i s//home/user1///home/usario//g ; done
@phouverneyuff

Copy link
Copy Markdown
Author

muda todas as ocorrências de user1 para usuario em todos os arquivos da pasta atual e suas subpastas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment