My-sendbook-1116_text No1 Chapter

You’re reading novel My-sendbook-1116_text No1 Chapter online at LightNovelFree.com. Please use the follow button to get notification about the latest chapter next time when you visit LightNovelFree.com. Use F11 button to read novel in full-screen(PC only). Drop by anytime you want to read free – fast – latest novel. It’s great if you could leave a comment, share your opinion about the new chapters, new novel with others on the internet. We’ll do our best to bring you the finest, latest novel everyday. Enjoy!

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

My-sendbook-1116_text No1 Chapter

You're reading novel My-sendbook-1116_text No1 Chapter online at LightNovelFree.com. You can use the follow function to bookmark your favorite novel ( Only for registered users ). If you find any errors ( broken links, can't load photos, etc.. ), Please let us know so we can fix it as soon as possible. And when you start a conversation or debate about a certain topic with other people, please do not offend them just because you don't like their opinions.


My-sendbook-1116_text No1 Chapter summary

You're reading My-sendbook-1116_text No1 Chapter. This novel has been translated by Updating. Author: zxd already has 918 views.

It's great if you read and follow any novel on our website. We promise you that we'll bring you the latest, hottest novel everyday and FREE.

LightNovelFree.com is a most smartest website for reading novel online, it can automatic resize images to fit your pc screen, even on your mobile. Experience now by using your smartphone and access to LightNovelFree.com

  • Related chapter: