F~u~c~k i~t!
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Top posting users this month
No user

GeoMap

Replace return in sed (用sed删除回车、换行)

Go down

Replace return in sed (用sed删除回车、换行) Empty Replace return in sed (用sed删除回车、换行)

Post  halala Tue Dec 04, 2012 11:16 am

sed -e ':beg; $!{N; b beg}; s/\n/ /g;' test.txt

or

sed -e ':beg; $!{N; b beg}; y/\n/ /;' test.txt'

or

cat test.txt | tr '\n' ' '
halala
halala

帖子数 : 99
金币(Coin) : 4536
注册日期 : 2012-08-17

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum