转自:http://blog.csdn.net/colin91/article/details/9119129 #!/bin/bash size() { stat -c %s $1 | tr -d '\n' } size "/home/cheng/vista.img"