Here is example file
somestuff...
all: thing otherthing
some other stuff
What I want to do is to add to the line that starts with all: like this:
somestuff...
all: thing otherthing anotherthing
some other stuff
I probably can do this using sed, but I am not really good in sed, so could anyone help with it?