Commit 6b072ede authored by Aditya's avatar Aditya

initial commit

parents
#!/bin/bash
value=$(<q3_in.txt)
echo "$value"
#!/bin/bash
sort q3_in.txt -n |grep "5" > q3_out.txt
9999 1234 1511 5951 2856
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