abc.def.com to become def.com
I tried a lot of variations of the following but it's either greedy or does nothing.
sed -e 's/^.*?[.]//' Thanks in advance.
abc.def.com to become def.com
I tried a lot of variations of the following but it's either greedy or does nothing.
sed -e 's/^.*?[.]//' Thanks in advance.