| User: editor -- 2010-01-02 |
| Hits: 160 |
| Type: Bin Hex Oct Dec converter |
| Search all Bin Hex Oct Dec converter examples |
| Description: |
| How to convert IP addresses in text file into Hexidecimal format? |
| Input Sample: |
| 123.122.33.44 125.242.12.37 21.32.111.23 |
| Output Sample: |
| 7B.7A.21.2C 7D.F2.0C.25 15.20.6F.17 |
| 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/380.rst.zip |
Similar Examples: |
| How to convert Hexidecimal IP addresses in text file into decimal format? (87%) How to convert binary data in many text file to hexdecimal data? (67%) How to convert each line of a text file to the new format? (66%) How to convert the date in a text file into GMT(Greenwich Mean Time)? (62%) How to convert the text from hex to decimal in a file? (61%) How to format all the data in the text file with 8.2 format? (57%) How to extract all IP address from a text file? (57%) How to convert database file into "|" delimitered file? (57%) |
Check Demo of Bin Hex Oct Dec converter |