unbounded joy or the musings of a sysadmin.
#!/bin/bash echo "type in four octets to convert to hex" read IP_ADDR printf '%02X' ${IP_ADDR//./ }; echo
Post a Comment
No comments:
Post a Comment