Search Results

Search: Posts Made By: fluffdasheep
3,407
Posted By birei
Hi, Using 'sed': $ cat infile Monday ...
Hi,

Using 'sed':

$ cat infile
Monday ...
3,407
Posted By Franklin52
awk '/;$/{printf $0; next}1' file
awk '/;$/{printf $0; next}1' file
3,407
Posted By getmmg
perl -0pe 's/\n;/;/g' input
perl -0pe 's/\n;/;/g' input
Showing results 1 to 3 of 3

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