点击这里给我发消息 点击这里给我发消息
首页 > 行业资讯 > linux>详细内容

新手学堂:Linux操作系统Shell基础知识

添加时间:2010-1-4
    相关阅读: 系统

1 cat /etc/shells
 
  查看计算机上可用的shell
 
  2 编写shell,保存为firstscript
 
    #! /bin/bash

# This is a test.

echo -n Your current directory is:

pwd

echo $HOME

echo Your current directory is:

pwd

#END.

 
  3 运行firstscript
 
  $ /bin/bash firstscript
 
  如果找不到文件 使用pwd查看当前目录
 
  $ /bin/bash pwd/firstscript
 
  可见当前运行结果。
 
  4 可以修改firstscript为执行
 
  $chmod a+x firstscript
 
  此时输入$ ./firstscript即可
 
  上面的shell没有交换,我们可以进行交互,如下:
 
    #!/bin/sh

echo -n Please input your ID:

read id_var

echo -n Please input your password:

read password

echo User ID = $id_var

echo password = $password

if [ $password = "admin" ]; then

echo "password is right"

else

echo "password is wrong"

fi

 
  同前面的运行,自己测试。

 

本文作者:
咨询热线:020-85648757 85648755 85648616 0755-27912581 客服:020-85648756 0755-27912581 业务传真:020-32579052
广州市网景网络科技有限公司 Copyright◎2003-2008 Veelink.com. All Rights Reserved.
广州商务地址:广东省广州市黄埔大道中203号(海景园区)海景花园C栋501室
= 深圳商务地址:深圳市宝源路华丰宝源大厦606
研发中心:广东广州市天河软件园海景园区 粤ICP备05103322号 工商注册