Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
to append the end of a line
Name: Prasad Date: March 26, 2004 at 17:07:54 Pacific OS: unix CPU/Ram: not sure
Comment:
hi all I need some help and i hope someone can help me.. In /etc/group file I need to append usernames at the end of a group record so that these users will also belong to that group. that is in /etc/group file if the records r like
group1:x:102: group2:x:103: . . i need to find the line where group2 is present and append usernames like
group2:x:103:user1 user2 user3
so that these users also belong to group2 can anyone help me plz regarding this
Summary: Hi folks, Using sed and/or awk, how would I insert a text string (from a korn script) after a string that's at the end of a file. I'm having trouble creating a newline and inserting the text string a...
Summary: Even after removing if statement also my variable is not assigned inside the script Try to give solution: in order to assign the value of a variable in the following select statistics pnumber=<pnu...