Commit ed747267 authored by Aditya's avatar Aditya

Upload new file

parent 861db476
#!/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