find
Write a short explanatory comment for the following shell script:
wc -l $(find . -name "*.dat") | sort -n
.dat
End