Search Results

Search: Posts Made By: jongudm
1,494
Posted By michaelrozar17
With Sed.. sed -n '1{h;n};H;${x;s/-\n/-/gp}'...
With Sed..
sed -n '1{h;n};H;${x;s/-\n/-/gp}' inputfile
1,494
Posted By balajesuri
perl -ne 's/-\n$/-/g; print' inputfile.txt
perl -ne 's/-\n$/-/g; print' inputfile.txt
Showing results 1 to 2 of 2

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