Commit b982499f authored by Roshan Rabinarayan's avatar Roshan Rabinarayan

added solution to q2(removing emailids)

parent 0cdcd63c
rm -f url
./q2.sh testcase/input/input1
diff -Z testcase/output/output1 url > result
if [[ -s result ]];
then
echo failed
else
echo passed
fi
rm result
diff -Z testcase/input/input1 testcase/input/input1_cleaned > result
if [[ -s result ]];
then
echo failed
else
echo passed
fi
rm result
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