I have the following file
more file
machine1 network netmask broadcast
how to add the "_NAME" after the first word in the line that have the "network netmask broadcast" words ?
remark sed also need to match only "network netmask broadcast" and then to add _NAME to the first word in the line
example: what I need to get after execute sed command
machine1_NAME network netmask broadcast