发布网友
共1个回答
热心网友
[root@localhost ~]# find /lib -name "libc.so.6" |while read file
> do
> echo $file
> done
你可以这样,取到每一行的值做处理。