Search Results

Search: Posts Made By: n00ti
1,903
Posted By Chubler_XL
Don't forget the : if your are defining line-mode...
Don't forget the : if your are defining line-mode commands and put ctrl-M on the end (blue ^M is entered as ctrl-v ctrl-m).
map <F4> :$d^M
map <F5> :%s/^$/@/^M
map <F7> :%s/@/\r\r/g^M:%s/^...
8,240
Posted By guruprasadpr
Hi for i in *.txt;do paste -s -d" " $i >...
Hi

for i in *.txt;do paste -s -d" " $i > ${i}_ && mv -f ${i}_ $i;done

I would suggest to take a backup of your input files before trying the above command.

Guru.
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 11:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy