| User: editor -- 2010-01-03 |
| Hits: 143 |
| Type: Bin Hex Oct Dec converter |
| Search all Bin Hex Oct Dec converter examples |
| Description: |
| How to convert Hexidecimal IP addresses in text file into decimal format? |
| Input Sample: |
| A0.AA.03.38 F1.32.BA.0A 22.31.8A.05 35.D0.38.6E |
| Output Sample: |
| 160.170.3.56 241.50.186.10 34.49.138.5 53.208.56.110 |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" to finish following steps. |
| 1. ctrl-o open source text file 2. ctrl-h open 'replace' dialog: * fill in 'Search for Pattern' like: * fill in 'Replace with Pattern' like: 3. click 'Replace', done! 4. ctrl-s save result to file. |
| Download Script: scripts/381.rst.zip |
Similar Examples: |
| How to convert IP addresses in text file into Hexidecimal format? (87%) How to convert each line of a text file to the new format? (65%) How to convert binary data in many text file to hexdecimal data? (61%) How to format all the data in the text file with 8.2 format? (59%) How to extract all IP address from a text file? (58%) How to convert many html files to text files all at once? (58%) How to convert database file into "|" delimitered file? (57%) How to count how many IP addresses are appearing in a text file? (57%) |
Check Demo of Bin Hex Oct Dec converter |