UNIX初心者スレッド パート2

このエントリーをはてなブックマークに追加
509名無しさん
>>508
for i in /dir0/*
do
if [-d $i];then
cp /dir/aaa.txt $i
fi
done