运行 Linux 上的 Rscript 命令,其 R 文件包含名称中的空格?
Running an Rscript command on Linux with a R file that contains whitespaces int eh name?
我目前正在尝试 运行:
Rscript My Simulation From Jan 25.R
这给了我错误。我的工作目录位于文件
所在的位置
"My Simulation From Jan 25.R"
举行。我尝试了各种方法,例如:
1) "My Simulation From Jan 25.R"
2) "My\ Simulation\ From\ Jan\ 25.R"
3) $"My Simulation From Jan 25.R"
无济于事。有谁知道我能做什么?
两个注意事项:
1) 单引号和双引号都应该有效。
2) 确保 运行 命令位于文件所在的同一目录中。
我目前正在尝试 运行:
Rscript My Simulation From Jan 25.R
这给了我错误。我的工作目录位于文件
所在的位置"My Simulation From Jan 25.R"
举行。我尝试了各种方法,例如:
1) "My Simulation From Jan 25.R"
2) "My\ Simulation\ From\ Jan\ 25.R"
3) $"My Simulation From Jan 25.R"
无济于事。有谁知道我能做什么?
两个注意事项:
1) 单引号和双引号都应该有效。
2) 确保 运行 命令位于文件所在的同一目录中。