自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 收藏
  • 关注

转载 Shell script - let命令

转自 http://www.lx138.com/cmd/linux/439.html

2014-04-05 20:33:33 525

转载 Shell script - awk内建变量示例详解之NR、FNR、NF

转自 http://www.letuknowit.com/topics/20120329/sample-about-awk-build-in-variable-nr-fnr-nf.html/

2014-04-05 20:32:27 1047

转载 Shell script - How can I trim white space from a variable in awk?

转自 http://stackoverflow.com/questions/9985528/how-can-i-trim-white-space-from-a-variable-in-awk

2014-04-05 20:30:30 464

转载 Shell script - 按照某一列唯一,输出最先出现的值

转自 http://bbs.chinaunix.net/forum.php?mod=viewthread&tid=1672726#pid11904888

2014-04-05 20:29:36 747

转载 Shell script - awk数组操作详细介绍

转自 http://www.cnblogs.com/chengmo/archive/2010/10/08/1846190.html

2014-04-05 20:28:03 395

转载 Shell script - awk手册及命令详解

转自 http://www.aslibra.com/doc/awk.htm

2014-04-05 20:26:40 333

转载 Shell script - 关于EOF--用户自定义的终止符

转自 http://blog.csdn.net/zhuying_linux/article/details/7237379

2014-04-05 19:28:47 484

原创 Shell script - Binary Operator Expected error in Shell Script

写Shell script 的时候经常会碰到

2014-04-05 19:21:22 2061

转载 Shell script - while read line后面的行读不出来

转自 http://hi.baidu.com/zzzkinger/item/c285c8226189993c73863e39

2014-04-05 19:18:14 1408

转载 Shell script - 如何用正则表达式匹配IP地址

grep '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}' INPUT_FILEfor example:echo 10.9.221.190 | grep "[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}"

2014-04-05 19:14:23 2235

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除