3 lines
50 B
Bash
Executable File

#!/bin/sh
find $1 -type f -exec cat {} \; | wc -l