Find all zero-byte files in directory and subdirectories

后端 未结 4 611
南笙
南笙 2021-01-30 03:05

How can I find all zero-byte files in a directory and its subdirectories?

I have done this:

#!/bin/bash
lns=`vdir -R *.* $dir| awk \'{print $8\"\\t\"$5}\         


        
4条回答
提交回复
热议问题