REGEX syntax
Posted: Tue Aug 30, 2022 12:30 pm
Code: Select all
echo hello01.my.domain | sed 's/^.*[0-9]\.//g'
CMDB professionals helping clients to skate the event horizon of a black hole (where your data disappears). Keeping you ahead of the game.
http://blackholesurfer.com/phpBB3/
Code: Select all
echo hello01.my.domain | sed 's/^.*[0-9]\.//g'