Commit e479ed34 authored by Sarvesh's avatar Sarvesh

Upload new file

parent 8693ca20
#!/bin/bash
chmod u+x q3.sh
grep 5 q3_in.txt >temp.txt
sort -n temp.txt >q3_out.txt
rm temp.txt
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