Advanced grep, where string doesn't begin with a URL
        Posted  
        
            by Webnet
        on Server Fault
        
        See other posts from Server Fault
        
            or by Webnet
        
        
        
        Published on 2010-03-25T17:52:30Z
        Indexed on 
            2010/03/25
            18:03 UTC
        
        
        Read the original article
        Hit count: 200
        
grep
I'm seeing tons of error logs on our site that are looking for favicon.ico. The favicon is now hosted off of amazon S3 but it appears somewhere we still have a link to the old one that I can't find anywhere (I'm a new employee here so I'm not too familiar with things). How can I do a grep search for favicon.ico that doesn't start with http://s3.amazon.com ?
© Server Fault or respective owner