Search Results

Search: Posts Made By: ahsh79
9,337
Posted By Don Cragun
I think we've had a problem communicating because...
I think we've had a problem communicating because the example input doesn't match the sample results you said that you want to see. When you said the input was truncated, I think most of us thought...
9,337
Posted By binlib
awk ' BEGIN { n =...
awk '
BEGIN {
n = split("1-9,11-36,38-49,51-56", a, "[^0-9]") - 1
for (i = 1; i <= n; i += 2)
l[i] = a[i+1] - (p[i] = a[i]) + 1
}
{
for (i = 1; i <= n; i += 2) {
x = substr($0,...
9,337
Posted By bartus11
To keep your data's formatting, use code tags,...
To keep your data's formatting, use code tags, like this:--------- -------------------------- ------------ ------
000 0000000000198012 702 29
000 0000000000198013 ...
Showing results 1 to 3 of 3

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