2 lines
47 B
Awk
Raw Normal View History

FNR == 1, FNR == 5 { print FILENAME ": " $0; }