Unable to run .sh file from R which invokes a python file when the name is passed as an parameter

前端 未结 0 962
甜味超标
甜味超标 2021-02-08 13:47

I also want to pass text file as a parameter along with it.

sh file :

#!/bin/sh

 echo python $1 $2 #1 is the python file name and $2 is a txt file 
  


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题