msatishkumar143
Programmer
Hi all,
I have a host range like this
a[1-3].it.{colo1,colo2,colo3}.yyy.com
are there any unix command which will get the output as .
a1.it.colo1.yyy.com
a2.it.colo1.yyy.com
a3.it.colo1.yyy.com
a1.it.colo2.yyy.com
a2.it.colo2.yyy.com
a3.it.colo2.yyy.com
...
and so on.
Thanks
Dinesh
I have a host range like this
a[1-3].it.{colo1,colo2,colo3}.yyy.com
are there any unix command which will get the output as .
a1.it.colo1.yyy.com
a2.it.colo1.yyy.com
a3.it.colo1.yyy.com
a1.it.colo2.yyy.com
a2.it.colo2.yyy.com
a3.it.colo2.yyy.com
...
and so on.
Thanks
Dinesh