in reply to Re^2: Adding an element to an array
in thread Adding an element to an array

You will need to show the code that gives that error

poj

Replies are listed 'Best First'.
Re^4: Adding an element to an array
by Anonymous Monk on Oct 15, 2015 at 13:57 UTC
    Fixed it , bad data, thank you!
Re^4: Adding an element to an array
by sandeepb (Novice) on Oct 16, 2015 at 10:51 UTC
    We can do this with sort and uniq commands in Unix. Keep all the data in file and try below commands
    cat 1.txt|sort |uniq -c
    Output would be 1 Jane B,. Squere Rd., House 1 3 John Doe, Main Street, House 1 2 Maria D., Pat street, House B 4 Mary Lou, Central Street, House 1 the numbers before name are the number of houses the person has I can still provide you the output in required format using awk