Okay,
 There is a file lets call it user.conf
on line 23 of the file there is a line that says
user=blahblah
I want to have a varible in a script.. $user = john
that edits user.conf and changes user=blahblah to user=thevarible$user...
How would I do this.

Reply via email to