我正在尝试将目录路径参数从oracle并发程序传递到shell脚本。
l_Directory_path: $FND_TOP/hello/world
我正在尝试将文件移到我脚本中的该目录
mv ${l_file_path}/${l_fileName} ${l_Directory_path}
但是在运行时它没有获取l_directory_path的实际路径。
因此我收到以下错误:
mv: $FND_TOP/hello/world: No such file or directory