> awk '{$1="";print}' > should do what you want, provided that you don't care about leading spaces.
really, it works, I have still much to learn, thank you, Peter, aka ++pac
> awk '{$1="";print}' > should do what you want, provided that you don't care about leading spaces.
really, it works, I have still much to learn, thank you, Peter, aka ++pac