📌  相关文章
📜  在 linux 中创建所有文件的索引 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:47.030000             🧑  作者: Mango

代码示例1
find '/your/path' > '/your/pathtosave/index.txt'

This take about a minute depending on the size of the loacation
You can use the grep command for searching for your files

cat '/your/pathtosave/index.txt' | grep 'keyword'