Skip to content

Instantly share code, notes, and snippets.

@vvondra
Created March 11, 2011 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vvondra/866356 to your computer and use it in GitHub Desktop.
Save vvondra/866356 to your computer and use it in GitHub Desktop.
for f in $@
do
cat $f >> tempprezencka
done
cat tempprezencka | sort | uniq -c | sort -r > tempprezencka2
cat tempprezencka2
rm tempprezencka tempprezencka2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment