使用命令行工具查找目录中所有 WAV 文件的总大小
使用此命令查找所有 .wav 文件(包括 .WAV 文件)的总文件大小
find_wav_total_size.sh
find . -name "*.wav" -or -name "*.WAV" -exec du -ch {} + | tail -n 1示例输出:
find_wav_total_size_output.txt
6,7G totalCheck out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow