如何在linux下用find指令进行文件名的查找(在一定条件下)

2025-05-18 01:25:14
推荐回答(1个)
回答1:

cd /etc
find -depth -print | awk '$0~!/^[a-d]/ {print}'