0
iはダブルを持っている間:ダブルこのようなループwhileループ
while read file; do
while read directory; do
aux=$(find $directory -maxdepth 1 -type f -name "$file" | wc -l)
if test $aux -ge 1; then
find $directory -maxdepth 1 -type f -name "$file"
//
fi
done < dir_file.txt
done < files.txt
私はuniqのディレクトリ内のファイルを検索しようとしている..私は、次のいずれかで$file
を変更します//
後instrunctionを必要としています。私はcontinue
を試しましたが、ディレクトリを変更します。
OMG !!!出来た !数字だけ! THXたくさん –
他の人が解決策を見つけることができるように、質問に答えを付けてください。 – sapanoia
刻印のために早かった –