Commit ed1b2995 authored by Keshav Agarwal's avatar Keshav Agarwal
parents ca2525fb 8dd2edaa
#!/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