I have a file in plain text format that contains paths, one per line, such as:
c:\asdf
c:\asdf\qwerty
c:\Windows
etc...
I'm trying to find a way to search this file for any line that does NOT start with "c:\"
Any ideas?
Thanks
c:\asdf
c:\asdf\qwerty
c:\Windows
etc...
I'm trying to find a way to search this file for any line that does NOT start with "c:\"
Any ideas?
Thanks