Changue value by command line - exim
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
-
Hey there! Is it possible you meant PHPMyAdmin or some other tool on the system besides Exim? 0 -
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 0 -
Yes, you can edit that file on a cPanel server. If you know the change you want to make, you can just use a text editor to edit that file. 0
Please sign in to leave a comment.
Comments
3 comments