--- 
author: 
  email: rafl@fsfe.org
  keyid: 742f2a428e635a5e
  name: Florian Ragwitz
categories: []

comments: []

date: 2006-09-25T22:00:00Z
guid: d43bfb44-4b79-40b8-87ab-4ca5013f77ed
modified: 2006-09-25T22:00:00Z
raw: "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\n=pod\n\n    $ history 1|awk '{print $2}'|awk 'BEGIN {FS=\"|\"} {print $1}' \\\n      |sort|uniq -c | sort -r |head -10\n\nOn my laptop:\n\n    1557 vi\n     710 perl\n     692 man\n     661 cd\n     648 ac\n     513 sudo\n     510 grep\n     499 rm\n     388 ls\n     180 wajig\n\nOn weedy.perldition.org, my server:\n\n    1967 sudo\n    1052 vi\n     810 cd\n     766 l\n     352 screen\n     316 perl\n     250 ..\n     213 wajig\n     212 find\n     194 rm\n\nC<..> expands to C<cd ..>\n\nC<l> is shorthand for C<ls>\n\nand C<ac> is my alias for C<apt-cache>.\n-----BEGIN PGP SIGNATURE-----\nVersion: GnuPG v1.4.6 (GNU/Linux)\n\niD8DBQFHFpAUdC8qQo5jWl4RAmuHAJ0Zhlt6/dIu8gRBhnuQsKgHh9W/nACdHEeu\nk4bJMxDFXK1W7m9OEUFUWU0=\n=5Xwn\n-----END PGP SIGNATURE-----\n"
signed: 1
summary: " $ history 1|awk '{print $2}'|awk 'BEGIN {FS=\"|\"} {print $1}' …"
tags: []

text: "        $ history 1|awk '{print $2}'|awk 'BEGIN {FS=\"|\"} {print $1}' \\\n        |sort|uniq -c | sort -r |head -10\n\n    On my laptop:\n\n        1557 vi 710 perl 692 man 661 cd 648 ac 513 sudo 510 grep 499 rm\n        388 ls 180 wajig\n\n    On weedy.perldition.org, my server:\n\n        1967 sudo 1052 vi 810 cd 766 l 352 screen 316 perl\n         250 .. 213 wajig 212 find 194 rm\n\n    .. expands to cd ..\n\n    l is shorthand for ls\n\n    and ac is my alias for apt-cache.\n"
title: My most often executed shell commands
type: pod
uri: http://perldition.org/articles/My%20most%20often%20executed%20shell%20commands.pod
xhtml: "<div class=\"pod\">\n<pre>$ history 1|awk '{print $2}'|awk 'BEGIN {FS=&quot;|&quot;} {print $1}' \\\n  |sort|uniq -c | sort -r |head -10\n</pre>\n<p>On my laptop:</p>\n<pre>1557 vi\n 710 perl\n 692 man\n 661 cd\n 648 ac\n 513 sudo\n 510 grep\n 499 rm\n 388 ls\n 180 wajig\n</pre>\n<p>On weedy.perldition.org, my server:</p>\n<pre>1967 sudo\n1052 vi\n 810 cd\n 766 l\n 352 screen\n 316 perl\n 250 ..\n 213 wajig\n 212 find\n 194 rm\n</pre>\n<p><code>..</code> expands to <code>cd ..</code></p>\n<p><code>l</code> is shorthand for <code>ls</code></p>\n<p>and <code>ac</code> is my alias for <code>apt-cache</code>.</p>\n\n\n</div>"
