#!/usr/bin/python # -*- coding: utf-8 -*- import os #返回脚本所在目录 print os.path.split(os.path.realpath(__file__))[0] #返回脚本文件名称 print os.path.split(os.path.realpath(__file__))[1]
#!/usr/bin/python # -*- coding: utf-8 -*- import os #返回脚本所在目录 print os.path.split(os.path.realpath(__file__))[0] #返回脚本文件名称 print os.path.split(os.path.realpath(__file__))[1]
当我们把shell作为可执行文件,并把shell脚本路径加入到环境变量之后,在其他目录使用到脚本所在
shell脚本
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M