当前位置:  技术问答>linux和unix

高分求解!!!!

    来源: 互联网  发布时间:2016-02-23

    本文导语:  1. Write a Bash shell script named phone.bsh that prompts the user the to enter first or last or any portion of person’s name, so that can be found the appropriate entry in the phone directory file called phones which may be found in the ~u...

1. Write a Bash shell script named phone.bsh that prompts the user the to enter first or last or
any portion of person’s name, so that can be found the appropriate entry in the phone
directory file called phones which may be found in the ~unx122/examples directory.
If the user tries to enter name as the argument on the command line, he/she will get a
warning message “You need to provide name when prompted by this script!”.
If the person’s entry does NOT exist in the file phones then it will be displayed the
following message “Name NOT found in the phone directory file!” (where Name is the
user’s input).
Sample Run #1:
$ phone.bsh Saul
You need to provide name when prompted by this script!
Sample Run #2:
$ phone.bsh
Enter a name to search for:
Saul
BERMAN SAUL NH 2533 BUSINESS STUDIES DIVISION 3380A
Sample Run #3:
$ phone.bsh
Enter a name to search for:
Tyler
Tyler not found in the phone directory file!
Tue Dec 06:Rev$

|
#!/bin/bash
phonesfile=~unx122/examples/phones
if [ $# -gt 0 ]
then
  echo "You   need   to   provide   name   when   prompted   by   this   script!"
  exit;
fi
read -p "Enter   a   name   to   search   for: " searchname
grep -i $searchname $phonesfile
if [ $? -ne 0 ]
then
  echo "$searchname not   found   in   the   phone   directory   file!"
fi

    
 
 

您可能感兴趣的文章:

  • 高分求解---如何在DOS下查杀欢乐时光病毒?用哪种杀毒软件?Windows98没法进入了!
  • 简单问题,高分求解
  • 各位大侠,高分求解
  • 高分求解,一定给分!!!!
  • 高分求解jbuilder5 运行自带的jsp范例出错的问题?
  • 高分求解,不够再加
  • ################高分求解!!!!,关注有分!!!!
  • 哪里能够下载到针对InterBase的第三类的JDBC驱动程序InterClient?高分求解......
  • jsp 里面的 特殊字符“单引号”“双引号”的替换??(高分求解)
  • linux上的媒体播放(高分在线求解)
  • 调试JSP遇到的问题,高分求解
  • 高分求解:win2000访问linux
  • 高分求解 - TOMCAT中的内存泄漏问题……
  • 通讯行业里的OSS(网管)系统是什么样系统啊?干什么用的?高分求解
  • 急急急!!!高分求解linux 2.6 内核安装网卡的问题
  • 【NFS问题暴高分求解】如何知道Server端有哪些目录共享?
  • 高分求解,信号捕获
  • 三个容易bash脚本,高分求解
  • 高分求解?????一定给分
  • 从交换机分出来的机器的ip地址问题(高分求解)
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 高分求助高分求助高分求助高分求助高分求助高分求助
  • 谁参加过weblogic的证书考试,是否有经验可供参考?高分高分高高分
  • 哪里有JB6下载啊,高分相送,救命
  • 高分求救!我在uclinux上运行应用程序时出现内存分配错误,不知如何解决,解决者高分!!
  • 哪里去找中文的EJB文章?高分悬赏!
  • 有jsp的upload和download 代码么,高分相报!
  • (高分求助)请问,那里有软件开发的<设计文档>
  • 高分寻求jsp代码(网上调查系统,新闻发布系统)就这点分了
  • 高分求购做饼图、线形图的源吗?
  • 关于linu下的中文输入.(高分:300)
  • 一个简单的问题,高分求助!!!
  • 高分求购jbulider6得注册码,企业版本,个人版本都要
  • c/c++ iis7站长之家
  • 请问哪儿有Solaris8的光盘映像文件下载???高分相赠!!!
  • 高分求“Ration Rose”&"JBuilder6.0"&"VisualCafe"
  • VJ的一个问题,高分求助,熟悉VJ得请进!
  • 高分求购:linux和unix命令大全电子文档
  • 急救:关于BLOB数据类型---在线等待,高分相送!
  • 求UNIXWARE7.11的原版下载,高分相赠,在线等待!!!
  • 关于java?高分相送!


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3