Hi,
I'm going over this topic in unix and i'd be glad if someone could explain this bit of script: sed 's/\(abc\)*/xyz/'
so the input would be abcabcabc
which results in xyz
Also how come 'xyz' doesnt repeat 3 times because the input is 'abc' x 3 ?
Thanks in advance,
ymf