alias 命令别名

    -p    查看命令别名

    alias  li='ls  -li'        定义别名,定义之后在shell脚本中也可使用,但在其他shell中则不可使用,如子shell中则不可使用。

unalias  li    删除创建的别名