应用实例:
#!/bin/bash
#运行:bash para_tran.bash text1.txt text2.txt
#"set $1"设置存储传入的第一参数
#"set $2"设置存储传入的第一参数
cat $1
cat $2
参考:

相关文章: