Chinaunix首页 | 论坛 | 博客
  • 博客访问: 16009
  • 博文数量: 11
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 70
  • 用 户 组: 普通用户
  • 注册时间: 2013-01-30 10:41
文章分类

全部博文(11)

文章存档

2013年(12)

我的朋友

分类: LINUX

2013-02-01 17:03:02

Q: 
sam要编写一个脚本,要求如下:
 1)如果提供的参数不够,则将显示以下使用语法: 
   usage: ./samreport.sh directories...
 2)当执行以下内容:
   $ ./samreport.sh Desktop Documents .bashrc
   脚本将提示用户输入名称:
   who is this report for?
   之后,如果输入“jim”,则脚本的输出内容应为:
   $am's Report
    Desktop: is not empty
    Documents: is empty
    .bashrc: is not a directory
   ___generated for jim___





################################################
################################################################
阅读(563) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~