close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: cannot map zero-fill pages: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Mar 22, 2010, 10:14:59 AM (16 years ago)
- Author:
-
shunfa
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v13
|
v14
|
|
| 48 | 48 | {{{ |
| 49 | 49 | perl -ne 'print "$1\n" if /:([0-9][0-9]):/' < access_log | sort |uniq -c |
| | 50 | }}} |
| | 51 | |
| | 52 | * 一行指令 + 顯示為"小時:人數" |
| | 53 | {{{ |
| | 54 | perl -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]+)/' |
| 50 | 55 | }}} |
| 51 | 56 | == [http://ubuntu-tw.blogspot.com/2009/01/virtualbox.html VirtualBox 分享資料夾設定] == |