annotate bin/wiseguys @ 11740:59d2a5e7d053 draft

<int-e> forget code
author HackEso <hackeso@esolangs.org>
date Thu, 21 Feb 2019 19:21:47 +0000
parents 2870030ddcec
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}