shell输出作为输入

1
2
3
4
5
6
7
8
#! sh


echo $(ls)


var=$(ls)
echo $var

转载请注明来源 https://tianweiye.github.io