11 2015 档案

摘要:1、提取svn版本库的版本号svn info |grep -Po '(?<=Revision: )[0-9]*' 阅读全文
posted @ 2015-11-04 10:43 fengbohello 阅读(1258) 评论(0) 推荐(0) 编辑
摘要:Linux 下流行的 telnet 实现有两个:GNU 的 inetutils 中的实现哈佛的 netkit-telnet1. http://ftp.gnu.org/gnu/inetutils/2. http://ftp.de.debian.org/debian/pool/main/n/netkit... 阅读全文
posted @ 2015-11-03 15:34 fengbohello 阅读(1980) 评论(0) 推荐(0) 编辑
摘要:号称天才排序算法,据说是充分发挥了多核的优势#!/bin/bash function f() { sleep "$1" echo "$1" } while [ -n "$1" ] do f "$1" & shift done wait 参考:ht... 阅读全文
posted @ 2015-11-02 15:46 fengbohello 阅读(257) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示