Sed Tips And Tricks

This post is just a "Long Answer". It's the sequel of this simpler post on a sed problem I had: BigBrus' Corner - Sed Disable Regex . Here are some tips and curiosity I found.

sed -i 's/http:\/\/127\.0\.0\.1:8080\/webinterface/http:\/\/192\.168\.50\.13:9091\/my\/web\/interface/g' /home/bigbrus_corner/test_sed

Let me explain field per field the above sed command:
Some other specifications on sed:
USEFUL LINKS

Labels: , ,