[TYPO3-dev] Marky Goldstein is out of the office.

Arne Skjaerholt arnsholt at broadpark.no
Mon May 15 20:17:57 CEST 2006


> As to edlin, vi, etc - I never could understand how do I concatenate one
> line with another in vi. vi help is a big mess :(
It's not too hard actually. Here's the incantations (everything in
command mode):
1) Go to the line you want to add at the end, and find the beginning of
the line ('^' does this for you) and do 'y$'.

2) Go to the line you want to append to and find the end ('$' does that)
and do 'p'.

3) Tada. =)

Arne
:wq





More information about the TYPO3-dev mailing list