zzh@ZUBT:~$ echo 'aaa123' > zzh.txt zzh@ZUBT:~$ echo 'aaa456' >> zzh.txt zzh@ZUBT:~$ cmd='grep aaa zzh.txt | grep 123' zzh@ZUBT:~$ eval $cmd aaa123