In all files in a folder and in subfolders.
For example:
grep -lr -e 'было' . | xargs sed -i 's/было/стало/g'
Source: https://ru.stackoverflow.com/questions/11/More articles:Where to store the state of the Chrome extension?How is the `elf` object file in Linux?How to view free memory from a terminal in Linux?How to view free space from Ubuntu terminal?What is the easiest way to make a task generator for sudoku?All Articles