Commit 8dd2edaa authored by Aditya's avatar Aditya

added q3

parent afb041c6
#!/bin/bash
find $1 -type f -exec awk 'NF > 0' {} \;|wc -l | awk '{total += $1} END{print total}'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment