I want to cat all the files in a directory, but include some spacer between each one.
use awk
awk 'FNR==1{print ""}{print}' file* > out.txt
1.4m articles
1.4m replys
5 comments
57.0k users