Skip to content

Commit

Permalink
Formatting, motherfucker
Browse files Browse the repository at this point in the history
  • Loading branch information
swmcc committed Nov 30, 2013
1 parent ca6067d commit 4ea670f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _posts/2013-11-30-most-history-commands.html
Expand Up @@ -8,9 +8,11 @@
---
<p>Well I pulled this out of the archives. I've tried looking for past versions of this but I must have just looked at them and never blogged. Pity as it would have been nice to see what I was doing x years ago. So I'll save it here for a future of me to see.</p>
<p>
https://github.com/swmcc/dotfiles/blob/master/git/.aliases

<pre>
19:16:59 pippin: $ history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn |head -n 20
</pre>
</p>
<p>
<table>
<tr><td>95</td><td>cd</td><td># Not very surprising</td></tr>
<tr><td>85</td><td>ls</td><td># Again not very surprising</td></tr>
Expand Down

0 comments on commit 4ea670f

Please sign in to comment.