sh Bash脚本 - 使用find递归列出

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Bash脚本 - 使用find递归列出相关的知识,希望对你有一定的参考价值。

find . -print0 | while IFS= read -r -d '' file
do 
    echo "$file"
done

以上是关于sh Bash脚本 - 使用find递归列出的主要内容,如果未能解决你的问题,请参考以下文章

sh Bash:如何列出每个文件和目录的大小(递归)并按大小排序?

linux文件夹下递归执行脚本/程序

用于在没有 -R 的 FTP 服务器上列出递归目录的 Bash 脚本

sh watch是一个linux bash脚本,用于递归监视文件修改并在发生更改时执行bash命令

sh react是一个linux bash脚本,用于递归监视文件修改并在发生更改时执行bash命令

sh 一个bash脚本,通过todo.txt中列出的记录ID执行Internet Archive(archive.org)资料的批量下载