How do I delete first word of each line in Vim?
How about a pattern on each line?
What about this? :%!cut -s -d' ' -f2-