Hi.
I am just wondering if I can do it with the replace command. I have a file which lists a lot of scientific and common names of mushrooms. The common names are written in the Korean language and then the scientific names.
For example:
This pattern continues.
I just want to put all the scientific names right after the common names like this:
Can I do it with the replace command?
If not, how can I do it?
Any help will be greatly appreciated.
Thank you so much.
I am just wondering if I can do it with the replace command. I have a file which lists a lot of scientific and common names of mushrooms. The common names are written in the Korean language and then the scientific names.
For example:
Code: Select all
#@%@#$#$ // <- Let's say this is Korean.
Lycoperdon echinatum Pers
%%$!%$%$ // <- Let's say this is Korean.
Boletus violaceofuscus Chiu
I just want to put all the scientific names right after the common names like this:
Code: Select all
#@%@#$#$ Lycoperdon echinatum Pers
%%$!%$%$ Boletus violaceofuscus Chiu
If not, how can I do it?
Any help will be greatly appreciated.
Thank you so much.