Skip to content
Snippets Groups Projects
Commit 0433e074 authored by hdd29's avatar hdd29
Browse files

Printing 1 more instance of each anagram class

parent 5a896337
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
gcc -osign sign.c
./sign < $1 | sort | awk -f squash.awk > tempoutput
awk '{$1=NF; print $0}' < ./tempoutput | sort -n | tail > final
awk '{print NF " " $0}' < ./tempoutput | sort -n | tail > final
cat "./final"
rm final
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment