find . -name "*.final.out | xargs -l -i awk 'NR==1 {print "{}\n" $1;}' {}Am 26.01.2017 um 18:00 schrieb [email protected]: > add file name to output file along with the line extracted
find . -name "*.final.out | xargs -l -i awk 'NR==1 {print "{}\n" $1;}' {}Am 26.01.2017 um 18:00 schrieb [email protected]: > add file name to output file along with the line extracted