shell脚本中cd命令无效
程序员文章站
2024-01-22 15:58:58
对于一段包含cd 命令的shell脚本(test.sh): 运行: 脚本运行时无法在上级目录建立test文件 此时用 即可 ......
对于一段包含cd 命令的shell脚本(test.sh):
#!/bin/bash cd .. mkdir ./test
运行:
sh ./test.sh
脚本运行时无法在上级目录建立test文件
此时用
. ./test.sh
即可
上一篇: RESTful API
推荐阅读
-
【Shell】关于shell脚本中执行cd命令无效的分析
-
shell 脚本执行无效
-
【转】Shell中脚本变量和函数变量的作用域 博客分类: linux命令unix shell作用域shelllocal函数变量
-
linux 在shell脚本中获取该脚本的所在绝对路径2 博客分类: linux命令unix linux绝对路径shell脚本
-
linux 在shell脚本中获取该脚本的所在绝对路径2 博客分类: linux命令unix linux绝对路径shell脚本
-
【转】Shell中脚本变量和函数变量的作用域 博客分类: linux命令unix shell作用域shelllocal函数变量
-
linux 在shell脚本中获取该脚本的所在绝对路径 博客分类: unixlinux命令 linux获取脚本绝对路径绝对路径shellabsolute
-
linux 在shell脚本中获取该脚本的所在绝对路径 博客分类: unixlinux命令 linux获取脚本绝对路径绝对路径shellabsolute
-
Hadoop 中 HBase Shell命令的详解
-
Linux环境下shell脚本中调用另一个shell脚本