| User: editor -- 2010-03-05 |
| Hits: 198 |
| Type: Text generator |
| Search all Text generator examples |
| Description: |
| How to generate an IP address list base on giving subnet? |
| Input Sample: |
| 133.28.1 133.28.3 133.28.5 |
| Output Sample: |
| 133.28.1.1 133.28.1.2 .. 133.28.1.254 133.28.3.1 133.28.3.2 .. 133.28.3.254 133.28.5.1 133.28.5.2 .. 133.28.5.254 |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" to finish following steps. |
| 1. ctrl-o open source file containing subnet 2. ctrl-h open 'Replace' window: * set 'Replace Unit' to 'Line'(assume each line is a subnet) * set 'Replace with pattern' to: 3. click 'Replace', done! 4. ctrl-s save to disk. |
| Download Script: scripts/438.rst.zip |
Similar Examples: |
| How to generate a full number list base on given number range list? (66%) How to batch generate IP address list that like real IP addresses randomly? (56%) How to generate an address sequence with id increased from 'aaa' to 'zzz'? (56%) How to extract all IP address from a text file? (55%) How to generate a list of batch commands with different increasing id? (55%) How to make an http address list with increasing ID? (55%) How to generate batch web address with id from 'AAAA' to 'ZZZZ'? (54%) How to generate a random binary sequence matrix? (54%) |
Check Demo of Text generator |