Commit 07bc4560 authored by Keshav Agarwal's avatar Keshav Agarwal

added extra

parent 04cf0612
#!/bin/bash
find $1 -type f -exec awk 'NF > 0' {} \;|wc -l | awk '{total += $1} END{print total}'
find $1 -type f -exec awk 'NF > 0' {} \;|wc -l
Keshav Agarwal (203050039 - keshavagarwal) - Problem-1,5
Keshav Agarwal (203050039 - keshavagarwal) - Problem-1,5,extra
GIT Link:
https://git.cse.iitb.ac.in/keshavagarwal/unagi/tree/master/week2/OutLab/unagi
......
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