|
separating entries by using cat command
Hi there,
Is there any option if I cat the following line from a file and than redirect to another as separate entries:
unixsrv1:unixsrv2:unixsrv3:mercury:mercury01:sunprd01:sunprd02:hpprod07:ibmprod43
output to file shoudld be:
unixsrv1
unixsrv2
unixsrv3
... and so on.
Your help is really appreciated.
|