可以合併成一行嗎或更簡短 - BBS

Table of Contents

※ [本文轉錄自 Linux 看板]

作者: igood (igood) 看板: Linux
標題: [問題] 可以合併成一行嗎或更簡短
時間: Tue Apr 24 11:56:22 2007



我想為每個文件夾再建立一個temp夾,並能使同群組的人都能寫入

find . -type d -depth 1 -exec mkdir -p {}/temp \;
find . -name temp -type d -depth 2 -exec chmod 775 {} \;

可以合併成一行嗎? 或更簡短一點

--

All Comments