u0402
不合格的程序猿
全部博文(274)
http(0)
tcp/ip(1)
加密算法(5)
排序算法(0)
NFV(1)
excel(0)
word(0)
io工具(1)
git(2)
svn(1)
ctags(0)
gdb(4)
gtags(0)
vim(1)
nginx(0)
apache(7)
java(0)
c++(3)
c语言(28)
openssl(8)
时间管理(0)
进程调度(0)
虚拟文件系统(3)
内存管理(2)
PHP(1)
Python(5)
shell(30)
2019年(3)
2018年(1)
2017年(4)
2016年(160)
2015年(106)
txgc_wm
qqrilxk
jiuniu11
wb123456
thyhe
pingshun
帽儿会飞
Alex_Liu
hejianet
格伯纳
发布时间:2015-10-24 18:00:41
cut命令可以从一个文本文件或者文本流中提取文本列。 命令用法: cut -b list [-n] [file ...] cut -c list [file ...] cut -f list [-d delim][-s][file ...] l.........【阅读全文】
发布时间:2015-10-24 17:57:38
strings 命令在 对象文件或二进制文件 中查找可打印的字符串。字符串是 4 个或更多可打印字符的任意序列,以换行符或空字符结束。 strings 命令对识别随机对象文件很有用。......【阅读全文】
登录 注册