Take a look at the old standby, od . Your ASCII to decimal would be: echo -n abc | od -td1. See the man page for od , or "octal dump",
確定! 回上一頁