标签: linux find
当我在下面使用find命令时
find /asdf/asset -mtime -3 -printf "%f " > log.txt
结果低于
asset text.txt movie.ts
资产不存在,它是一个目录。如何从结果中隐藏目录名称。