Does anyone know of a plugin that will grep a file for me and check for a range of numbers in a file?
IE I have a file that says “blah=50” in it, but sometimes it is set to 900 instead of 50… I’d like to search for a range so it passes the test when blah= 20 to 70 but not above or below.
Thanks!