説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

FindeFilesMitMehrerenFragen.sh 156B

12345678910
  1. #!/usr/bin/bash
  2. #
  3. while IFS= read -r line; do
  4. echo "$line"
  5. txt=`grep 'frage' $line`
  6. echo "***`echo "$txt" | wc -l`***"
  7. echo
  8. done < "allfiles.log"