码迷,mamicode.com
首页 > 系统相关 > 详细

shell 预定义变量

时间:2020-02-10 15:15:21      阅读:69      评论:0      收藏:0      [点我收藏+]

标签:nbsp   file   inf   pid   ber   his   test   name   bsp   

echo "上一次后台pid is $!"
echo "当前进程pid is $$"
echo "last command return code is :$?"
echo "bash file name is $0"
echo "all var is: $*"
echo "var number is : $# "

===========gold  line of out=========

上一次后台pid is
当前进程pid is 53971
last command return code is :0
bash file name is echo_var.sh
all var is: 1 44 test this
var number is : 4

 

获取脚本name和脚本目录:

basename   filepath 

dirname   filepath 

技术图片

 

shell 预定义变量

标签:nbsp   file   inf   pid   ber   his   test   name   bsp   

原文地址:https://www.cnblogs.com/SunshineKimi/p/12291013.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!