all.sh 文件内容如下:#!/bin/sh i=10,j=100,flie=out$(date '+%Y%m%d-%H%M').txt ./test.py $i $j |tee file

请问如何将i,j 的值在命令行中用./all.sh 10 100代替?