Changue value by command line - exim

jlucho

Well-Known Member
Aug 5, 2006
126
1
168
hy guys


In exim's config.inc.php file, I want to change some variables

$config['skin'] = 'elastic' -> replace it with -> $config['skin'] = 'larry'

What would be the command to execute, to perform this replacement via command line
 
Last edited by a moderator:

jlucho

Well-Known Member
Aug 5, 2006
126
1
168
hi guys


I mean to edit the plain text file: /usr/local/cpanel/base/3rdparty/roundcube/config/config.inc.php

I want to search for the variable : $config['skin'] = 'elastic'

and replace it with : $config['skin'] = 'larry'

with SED command, can it be changed? I don't know the format to follow for this change