Commit 4b80266d authored by Mayur Rathod's avatar Mayur Rathod

q4 solution

parent 37a3555d
a=$(diff -U 0 actual.txt gen.txt | grep -c ^@)
b=$(wc -l < actual.txt)
c=$(echo "$b-$a"|bc)
echo "Secured $c marks out of $b"
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