男单 618

生活象筒装的卫生纸,开始的时候怎么扯都不觉得在转,后来转的越来越快。

Archive for the ‘linux’ tag

几个值得深入学习的工具

without comments

  1. 正则表达式
  2. VIM
  3. LaTeX
  4. Python
  5. Linux

Written by amao

十月 20th, 2009 at 10:22 下午

Posted in 其他

Tagged with , , , ,

linux下计算程序的运行时间

with 3 comments

命令:
time 程序名
可以显示程序运行总时间,程序所用时间,以及系统所用时间
比如
time ls

Written by amao

八月 12th, 2009 at 10:57 下午

Posted in linux

Tagged with ,