Basically i've been trying to figure out a way to take a four digit number from each line and paste it at the end of its line with the word pass in front. IE
take this file:
Home1234 10.10.10.1
Home1248 10.10.10.2
Home0934 10.10.10.3
Home0047 10.10.10.4
And after should look like:
Home1234 10.10.10.1 pass1234
Home1248 10.10.10.2 pass1248
Home0934 10.10.10.3 pass0934
Home0047 10.10.10.4 pass0047