Editing the ini file
Posted: Tue Nov 17, 2009 3:18 pm
All
i have a need to edit the ini file via command line rather than the UI.
But, i have been unsuccessful in being able to do this with sed on Linux.
Running ubuntu, I putty in , and try a sed in place or sed with temp file. command executes with no errors , file stamp is changed but nothing is edited within the file, irrespective of what i wish to change.
example - i want to sed in place radio=1 to radio=0 , it just cannot be done. What am I missing here and can anyone help with why this would not work?
i have a need to edit the ini file via command line rather than the UI.
But, i have been unsuccessful in being able to do this with sed on Linux.
Running ubuntu, I putty in , and try a sed in place or sed with temp file. command executes with no errors , file stamp is changed but nothing is edited within the file, irrespective of what i wish to change.
example - i want to sed in place radio=1 to radio=0 , it just cannot be done. What am I missing here and can anyone help with why this would not work?