1、eval可读取一连串的参数,然后再依参数本身的特性来执行。2、例如#!/bin/shexport recvPath=$(grep RECV aa.txt |awk -F "=" '{print $2}')eval echo ${recvPath}