例如,可能需要一个shell命令,如:
foo *
以简单地返回该字符的数字ASCII值。
$ # quote it $ foo '*' $ # or escape it $ foo \* $ # or disable the glob (noglob) $ set -f $ foo *