Menu

Tree [a37345] master /
 History

HTTPS access


File Date Author Commit
 README.md 2021-06-23 Jonathan Zerox Jonathan Zerox [a37345] removed links on code page
 keyword_search_and_replace.py 2017-07-28 Jonathan Zerox Jonathan Zerox [6913b2] refactored program code to python way

Read Me

Keyword search and replace

This is a python program that looks for a keyword in a file or files and replaces it with another word - it can look for files even in deep nested directories...

Installation

  1. Just execute the main script like python keyword_search_and_replace.py
  2. You can then provide word to look for plus word to replace with
  3. Remember to run the script within the directory whose file contents you want to lookup