annotate bin/wiseguys @ 11733:2870030ddcec draft

<fizzie> mkx bin/wiseguys//hlnp -T \'{desc}\\n\' wisdom | cut -d\' \' -f1 | sort | uniq -c | sed -e \'s/^ *//\' | sort -nr | head -n ${1:-10}
author HackEso <hackeso@esolangs.org>
date Thu, 14 Feb 2019 17:13:14 +0000
parents
children b64b6c9a93d0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11733
2870030ddcec <fizzie> mkx bin/wiseguys//hlnp -T \'{desc}\\n\' wisdom | cut -d\' \' -f1 | sort | uniq -c | sed -e \'s/^ *//\' | sort -nr | head -n ${1:-10}
HackEso <hackeso@esolangs.org>
parents:
diff changeset
1 hlnp -T '{desc}\n' wisdom | cut -d' ' -f1 | sort | uniq -c | sed -e 's/^ *//' | sort -nr | head -n ${1:-10}