Search Results

Search: Posts Made By: elixir_sinari
1,867
Posted By elixir_sinari
awk '{ n=split($0,b,RS) for(i=1;i<=n;i++) ...
awk '{
n=split($0,b,RS)
for(i=1;i<=n;i++)
a[i]=a[i]?a[i]b[i]:b[i]
}
END {
for(i=1;a[i];i++)
print a[i]
}' RS= infile
1,867
Posted By elixir_sinari
Not that easy. Check the required output again.
Not that easy. Check the required output again.
Showing results 1 to 2 of 2

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