LightNovesOnl.com

My-sendbook-1116_text No1 Chapter

My-sendbook-1116_text - LightNovelsOnl.com

You're reading novel online at LightNovelsOnl.com. Please use the follow button to get notifications about your favorite novels and its latest chapters so you can come back anytime and won't miss anything.

In Linux system, after copying many files, only a few of them need to be modified. At this time, the SED command can be used to replace and modify at one time.



File_ All old char in name file is replaced by new char, and the corresponding replacement syntax is as follows:



# sed -i 's/od-char/new-char/g' file_ name



Note: the above marked in red need to be changed, other formats do not need to be changed





Example 1: when creating the MySQL master - slave environment, copy a 3306 file and replace it with 3307 in the configuration file. You can use the following method:



Other parameters can be changed from 3306 to 3306 my.cnf All 3306 in the file can be replaced with 3307, and the following command can be used for one-time modification:

$ sed -i 's/3306/3307/g' /data/mysqldata/3307/ my.cnf





Example 2: when creating Oracle 12C plugged database, you need to replace different file system paths:



$ sed -i 's/orapdb01/orapdb03/g' /home/oracle/orapdb03.xml

Click Like and comment to support us!

  • Related chapter:

RECENTLY UPDATED NOVELS

About My-sendbook-1116_text No1 Chapter novel

You're reading My-sendbook-1116_text by Author(s): zxd. This novel has been translated and updated at LightNovelsOnl.com and has already 930 views. And it would be great if you choose to read and follow your favorite novel on our website. We promise you that we'll bring you the latest novels, a novel list updates everyday and free. LightNovelsOnl.com is a very smart website for reading novels online, friendly on mobile. If you have any questions, please do not hesitate to contact us at [email protected] or just simply leave your comment so we'll know how to make you happy.