Changes between Version 13 and Version 14 of shunfa/ubuntu_note


Ignore:
Timestamp:
Mar 22, 2010, 10:14:59 AM (14 years ago)
Author:
shunfa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • shunfa/ubuntu_note

    v13 v14  
    4848{{{
    4949perl -ne 'print "$1\n" if  /:([0-9][0-9]):/' < access_log | sort |uniq -c
     50}}}
     51
     52 * 一行指令 + 顯示為"小時:人數"
     53{{{
     54perl -ne 'print "$1\n" if  /:([0-9][0-9]):/' < access_log | sort |uniq -c |perl -ne 'print "$2 $1\n" if  /([0-9]+) ([0-9]+)/'
    5055}}}
    5156== [http://ubuntu-tw.blogspot.com/2009/01/virtualbox.html VirtualBox 分享資料夾設定] ==