SyntaxFix
Write A Post
Hire A Developer
Questions
Make a script like this:
#!/bin/bash echo $((0x$1)).$((0x$2)).$((0x$3)).$((0x$4))
Example:
sh converthextoip.sh c0 a8 00 0b
Result:
192.168.0.11