#!/bin/bashfile_list="opt/trap.log /opt/Data_Migration.conf /opt/test.sh"for i in $file_listdofile_size=`du -sh $i`if [[ $file_size > 1 ]]; thenecho $file_sizefidone]; 这俩连着把 -gt 换成 >
用awk或者cut 先把数据提取出来