Following one-liner will search for a ip address pattern in the specified file and replace it with the one provided :
sed 's/[0-9]\{1,3\}.[0-9]\{1,3\}.[0-9]\{1,3\}.[0-9]\{1,3\}/**IPADDRESS-COMES-HERE**/g' /SourceFilename > /DestinationFilenameFollowing one-liner will search for a ip address pattern in the specified file and replace it with the one provided :
sed 's/[0-9]\{1,3\}.[0-9]\{1,3\}.[0-9]\{1,3\}.[0-9]\{1,3\}/**IPADDRESS-COMES-HERE**/g' /SourceFilename > /DestinationFilenameI’m excited to share with you my first typo3 extension.
It’s a front end plugin that lets you display a customised google search engine on your website. The search engine uses ajax technology and has tabs feature, so you can switch between different types of results without reloading the page.
You can download the extension from the typo3 forge project page. You can also access the svn repository and contribute to the code. 🙂
jordanlund 4 points 1 year ago[-] Confession time… I always get confused about which one is the slash and which one is the backslash. I end up calling them “the one on the question mark” and “the one not on the question mark”. Or / and \ for short.
zem 45 points 1 year ago[-] Here’s a simple trick: \ leans back / leans forward
grantrules 27 points 1 year ago[-] _ is a slash that got tired and lay down.