Search Results

Search: Posts Made By: Franklin52
1,865
Posted By Franklin52
You can give this a try: awk '!NF{c=0;next}...
You can give this a try:
awk '!NF{c=0;next} {a[c++]=a[c] $0} END{for(i in a) print a[i]}' file
Showing results 1 to 1 of 1

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