Python Forum

Full Version: Require Some Suggestions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I am looking for a Solution in python.
Problem Statement:
I wanted to get all the rows from all the files in all directory based on matched data provided .
e.g if i add "time" as search criteria and rows having that data will be stored in in one output file.
All the directories and file names are already known so just wanted to iterate all the files and get all the rows .
What have you tried?
I don't have specific plan for this.

Have to plan to iterate all files and get rows by grep or something. Problem is i have huge size of files.