Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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"