Skip to content

Commit

Permalink
sort and uniqify lets
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Jan 3, 2018
1 parent 987c59b commit d2216cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gather-lets
@@ -1,2 +1,2 @@
#!/bin/sh
grep -v 'goodideas' "$1" | awk -F'\t' $'$3 ~ /^let\'?s/ {print $3}'
grep -v 'goodideas' "$1" | awk -F'\t' $'$3 ~ /^let\'?s/ {print $3}' | sort | uniq

0 comments on commit d2216cd

Please sign in to comment.