(no title)
tokanizar | 12 years ago
history | sed -e 's/^ *[0-9]* //' -e 's/| */\n/' | awk '{print $4}' | sort | uniq -c | sort -rn | head -n 100tokanizar | 12 years ago
history | sed -e 's/^ *[0-9]* //' -e 's/| */\n/' | awk '{print $4}' | sort | uniq -c | sort -rn | head -n 100
No comments yet.