Shell script mask or replace ip-address with string Linux/Windows 05 October 2022 comments Using regular expression in shell script we can easily search and replace all ip address to a specific character or a string using sed command. $ sed -e Read more Shell script mask or replace ip-address with string