ls -l * |grep "^-"|wc -l ---- to count files
ls -l * |grep "^d"|wc -l ----- to count dir
统计所有jpg后缀文件数:
ls *jpg -l | wc -l
Powered by: 博客园 Copyright © 2025 浪端之渡鸟 Powered by .NET 9.0 on Kubernetes