Is it possible to locate files in a directory that have strings (with no spaces) longer than x length?
|
I consider myself a regex noob, but I created a bunch of files with variable length strings in them and I think I got what you wanted, try this:
For those who don't quite understand this:
|
|||
|
I couldn't get the example above to work. I was searching for lines in a CSV file longer than 10000 characters. I messed around quite a bit and got this... Find lines longer than 9999 characters...
And this is what I really needed. Lines in CSV file less than 10000 characters. find lines less than 9999 characters
|
||||
|
|