Grep
Jump to navigation
Jump to search
cat file | grep -v "^#\|^$" grep -rl $oldstring /path/to/folder | xargs sed -i s@$oldstring@$newstring@g