The following command will find regular files in any directory named temp and below, below /home . find /home -type f -path '*/temp/*'.
確定! 回上一頁