I have a file whose contents are like this
164.91.32.120 164.91.32.123
164.91.32.127 164.91.32.128
164.91.32.131 164.91.32.132
164.91.32.137 164.91.32.200
164.91.33.20 164.91.33.161
Any way to find out all the IPs between the ranges and print the output in a file like this using a shell script
164.91.32.120
164.91.32.121
164.91.32.122
164.91.32.123
164.91.32.127
164.91.32.128
164.91.32.131
and so on...