

Here in our case we need to find the files with the name "App.properties"īefore going straight into our requirement, Let me give some background and brief on how we are going to do it. Now our first objective is to find the files matching our criteria. Task 1: Find the File or Files in a Specific Directory

Now, We can decouple the requirement into two different sub tasks This article is about how to use Windows PowerShell find command to find string in file. I would have simply used something like Git Bash or someother Bash emulators for windows but I wanted to give it a chance to PowerShell and I was really impressed cause it is really powerful than I thought it was.Įnough of Bla Bla Bla. I was looking for a file named "App.properties" and wanted to look for a specific property or String and see if it is enabled or not. I am a Linux user and If you would have searched for “Windows Find command with Xargs” to come here then you are too.īeing used to the Linux commands like Find, Grep, Xargs I was really finding it hard when I had a requirement like given below. ( more like what we do with xargs in Linux)

If you are here, Then you might have had a similar requirement I had, which is to find a specific file across multiple directories and to grep or Search for a string present in that file.
