首頁 >專題清單 >linux如何使用find指令來尋找文件
linux使用find /path/to/directory -name "*.txt"、find /path/to/directory -type d、find /path/to/directory -size +1M和find /path/to/directory -mtime - 7指令可以查找文件。