Commit 1aff1e60 authored by Mayur Rathod's avatar Mayur Rathod

q3 solution

parent 7f58cc59
#!/usr/bin/bash
cd $1
find .|grep -cvr '^$'|grep -o ':[[:digit:]]*'|grep -o '[[:digit:]]*'| awk '{sum+=$1} END {print sum}'
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