Sometimes a simple Google search won’t do. Today I needed to find some malformed URLs in a site. I couldn’t remember how to search for specific text in a […]...
Here are a couple commands you might find useful. This command finds files that are larger than half a gig: find / -type f -size +500M -exec ls -lh {} […]...