I asked here about concatenating two rows to form unique identifier. I realized that this task may be very trivial in Emacs: C-x C-t, concatenate, C-x C-t -- is it that simple? I am a Vim user and after pressing some buttons my emacs just ended to halt.
How to do the concatenation in Emacs?
I repost the INPUT and OUTPUT:
Input where identifier specified by two rows 1-2
L1_I L1_I C-14 <---| unique idenfier WWPTH WWPT WWPTH <---| on two rows 1 2 3
Goal: how to concatenate the rows?
L1_IWWPTH L1_IWWPT C-14WWPTH <--- unique identifier 1 2 3