I have a single file contents with thousand of IP's, my problem is how can i add all the IP line with 'allow from' for example as below:
From This:
27.146.0.0/16
49.50.12.0/19
49.50.44.0/20
49.50.60.0/22
To Be this:
allow from 27.146.0.0/16
allow from 49.50.12.0/19
allow from 49.50.44.0/20
allow from 49.50.60.0/22
allow from 49.124.0.0/15
allow from 57.73.15.0/24
Is there any Windows tools can do that or Linux command should be ok too. Please help