Answers for "from: too many arguments"

1

from: too many arguments

#in the shell file call.sh
region_name=$1 #for taking argument at run time
python "$ROOT/online-generation/applications/web2.5/UsersFilesMerge.py"  --csv-path="$ROOT/$region_name"

#pass the argument like this
bash call.sh "home/ubuntu/online/csv/users.csv"
Posted by: Guest on July-13-2021

Code answers related to "from: too many arguments"

Browse Popular Code Answers by Language