Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6362805
  • 博文数量: 579
  • 博客积分: 1548
  • 博客等级: 上尉
  • 技术积分: 16634
  • 用 户 组: 普通用户
  • 注册时间: 2012-12-12 15:29
个人简介

http://www.csdn.net/ http://www.arm.com/zh/ https://www.kernel.org/ http://www.linuxpk.com/ http://www.51develop.net/ http://linux.chinaitlab.com/ http://www.embeddedlinux.org.cn http://bbs.pediy.com/

文章分类

全部博文(579)

文章存档

2018年(18)

2015年(91)

2014年(159)

2013年(231)

2012年(80)

分类: LINUX

2013-02-01 15:59:53

parameter.sh


#!/bin/bash

echo "show all the parameter 	: "

echo "the scirpt name is        : $0"
echo "the first  parameter is	: $1"
echo "the second parameter is	: $2"
echo "the third  parameter is	: $3"
echo "the four   parameter is	: $4"
echo "the five   parameter is	: $5"


exit



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