Archives
Sometimes we land in a situation where we need to find all files in the system which does not contain a specific String. I wrote a simple script to find a file without the string. As a demonstration I used the file type as xml. You can customize it as per your requirement. #!/bin/bash typeset [...]
Feb 21st, 2011 | Filed under Scripting
Tags: find a string, scripting

