Linux中echo

来源:学生作业学帮网 编辑:学帮网 时间:2024/05/14 13:56:06

Linux中echo

每个命令运行完成后,会返回其退出状态值,我们可以通过$?得到这个状态值.如
$ ls
$ echo
0