display no of line word and characters from 2 files in linux commansd code example Example: count lines in files find . -name '*.php' | xargs wc -l