- 浏览: 143894 次
- 性别:
- 来自: 成都
-
文章分类
最新评论
【基本介绍】
set是shell的内置命令。可以用来设置修改变量,设置变量的位置
【参数介绍】
-e当还回值非0是立即退出脚本
-o设置内置环境变量
【基本使用】
1.配置环境变量
2.设置变量参数及位置
【参考引用】
http://www.thegeekstuff.com/2010/08/bash-shell-builtin-commands/
set是shell的内置命令。可以用来设置修改变量,设置变量的位置
【参数介绍】
-e当还回值非0是立即退出脚本
-o设置内置环境变量
set [+abefhkmnptuvxBCEHPT] [+o option] [arg ...] -e Exit immediately if a pipeline (which may consist of a single simple command), a subshell command enclosed in paren- -o option-name The option-name can be one of the following: allexport Same as -a.
【基本使用】
1.配置环境变量
[root@pandaVM script]# set | head -10 BASH=/bin/bash BASHOPTS=checkwinsize:cmdhist:expand_aliases:extquote:force_fignore:hostcomplete:interactive_comments:login_shell:progcomp:promptvars:sourcepath BASH_ALIASES=() BASH_ARGC=() BASH_ARGV=() BASH_CMDS=() BASH_LINENO=() BASH_SOURCE=() BASH_VERSINFO=([0]="4" [1]="1" [2]="2" [3]="1" [4]="release" [5]="x86_64-redhat-linux-gnu") BASH_VERSION='4.1.2(1)-release' [root@pandaVM script]# set +o history # To disable the history storing. +o disables the given options. [root@pandaVM script]# set -o history -o enables the history
2.设置变量参数及位置
[root@pandaVM script]# echo $1 , $2 , [root@pandaVM script]# set `free | head -2 | tail -1` [root@pandaVM script]# echo $1 , $2 Mem: , 1012352 [root@pandaVM script]# free | head -2 | tail -1 Mem: 1012352 936836 75516 0 144684 527492
【参考引用】
http://www.thegeekstuff.com/2010/08/bash-shell-builtin-commands/
发表评论
-
linux shell - 远端修改非root密码
2015-01-09 20:40 1039【基本介绍】 通过远端修改普通用户密码,而passwd --s ... -
linux shell - broken pip error
2015-01-07 15:36 2814【基本介绍】 这里我们介绍发生broken pipe错误的原因 ... -
linux locate - find files by name
2014-12-17 17:46 641【基本介绍】 这里我们介绍locate命令,用来查找文件。 ... -
linux ssh - GSSAPIAuthentication
2014-12-10 14:58 2160【基本介绍】 最近公司搬家,发现合作伙伴的服务器的用ftp工具 ... -
linux tar - 压缩解压
2014-12-01 16:04 1058【基本介绍】 今天遇到要添加文件到tar文件里面,所以在这里介 ... -
linux parameter substitution - 字符串/变量处理
2014-11-17 15:56 839【基本介绍】 这里我们介绍bash里面对字符串,变量等的替换等 ... -
linux netstat - status状态描述
2014-11-14 17:59 1188【基本介绍】 这里介绍netstat命令返回的结果status ... -
linux nc - arbitrary TCP and UDP connections and listens
2014-10-31 17:46 847【基本介绍】 nc是可以打开任意端口的TCP/UDP连接和监听 ... -
linux 报错集 - Cannot retrieve metalink for repository: epel. Please verify its pat
2014-10-29 15:12 987【基本介绍】 运行yum报错Error: Cannot ret ... -
linux awk - awk tutorial
2014-10-21 10:47 543【基本介绍】 awk是一款强大的对文件内容进行处理的软件,可以 ... -
linux ps - processes
2014-10-20 14:17 1284【基本介绍】 ps - report a snapshot o ... -
linux lsof - list open files
2014-10-17 17:31 787【基本介绍】 lsof - list open files I ... -
linux - 网络连接状态
2014-10-13 11:00 1440【基本情况】 这里介绍 ... -
linux netstat - Print network connections, routing tables, interface statistics,
2014-10-13 10:37 1057【基本介绍】 netstat - Print network ... -
linux vmstat - Report virtual memory statistics
2014-10-10 17:39 756【基本介绍】 vmstat - Report virtual ... -
linux yum - yum warning: rpmts_HdrFromFdno
2014-10-09 15:08 619【基本介绍】 在yum安装软件的时候有时候会报warning: ... -
Linux ip subnet mask - 网段分析
2014-09-24 19:22 1409【基本介绍】 网段的分析可以帮助我们查看两个局域地址是否可以互 ... -
linux curl - curl 上传下载
2014-09-19 11:45 2145【基本介绍】 curl is a tool to tra ... -
linux mkpasswd - 密码生成器
2014-09-18 17:18 1432【基本介绍】 作为linux admin要经常创建用户,并初始 ... -
linux dd - dd测试硬盘速度
2014-09-05 18:42 868【基本介绍】 这里我们使用dd命令来测试硬盘的读写速度 dd ...
相关推荐
集合了 所有的 Unix命令大全 ...telnet 192.168.0.23 自己帐号 sd08077-you0 ftp工具 192.168.0.202 tools-toolss ... 各个 shell 可互相切换 ksh:$ sh:$ csh:guangzhou% bash:bash-3.00$ ... 命令和参数之间必需用空格隔...
The command is evaluated through /bin/sh and any arguments after it are passed through as shell positional parameters. -p: show project headers before output of the specified command. This is ...
变量(Variables)通常被称为环境变量或全局变量。它们在整个转换过程中保持一致的值,即使是在不同的转换任务中也是如此。变量在Kettle中可以用于多种用途,例如指定文件路径、SMTP服务器配置等。变量的定义方式有...
#ADMIN_URL as positional parameters, sets the SERVER_NAME variable, then #starts the server. # #Other variables that startWLS takes are: # #WLS_USER - clear text user for server startup #WLS_PW - ...
11.1. 输出变量的值 (Dumping Variables) 12. Zend_Exception 12.1. 使用“异常” 13. Zend_Feed 13.1. 介绍 13.2. 导入Feeds 13.2.1. 定制 feeds 13.2.1.1. 导入定制的数组 13.2.1.2. 导入定制的数据源 ...