Quote:
|
Originally Posted by prkfriryce
I'm gonna use sed for the time being, but would like to know the correct awk syntax as well
cat abc | sed 's/\(.*\)xyz://' | awk -F: '{print $1,NF}'
edit*
thanks, i'll try it
|
You can do everything in awk.Check my previous post