红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

“不sheel 一顾”shell脚本

发布时间:2010-09-24 20:24:26来源:红联作者:greenyin
我写的一个简单的测试脚本,主要是练习shell,我的文件名也是命名为iftest
$ pg iftest
if [ "8" lt "10" ]
then
echo "8 less than 10 "
fi
然后我在shell 命令行运行bash iftest
他为啥老是说 iftest: line 1: iftest: command not found
8 less than 10
文章评论

共有 2 条评论

  1. acrofox 于 2010-09-25 12:30:23发表:

    没看出为什么会有你那个错误消息,但是第一行的 lt 前少了个减号倒是个问题。

  2. goodjob66 于 2010-09-25 04:21:31发表:

    请问pg是什么命令, 我系统没这个命令阿