Chinaunix首页 | 论坛 | 博客
  • 博客访问: 116989
  • 博文数量: 73
  • 博客积分: 66
  • 博客等级: 民兵
  • 技术积分: 497
  • 用 户 组: 普通用户
  • 注册时间: 2012-10-22 14:59
文章分类

全部博文(73)

文章存档

2015年(65)

2013年(5)

2012年(3)

我的朋友

发布时间:2015-02-01 17:25:36

export the enviorement variablesexport | grep PATH  ------ To view PATH related environment variabledisplay the environment variableecho $PATH......【阅读全文】

阅读(371) | 评论(0) | 转发(0)

发布时间:2015-02-01 16:37:13

  -b   忽略每行前面开始出的空格字符。  -c   检查文件是否已经按照顺序排序。  -f   排序时,忽略大小写字母。  -M   将前面3个字母依照月份的缩写进行排序。  -n   依照数值的大小排序。.........【阅读全文】

阅读(406) | 评论(0) | 转发(0)

发布时间:2015-01-30 17:57:10

http://www.thegeekstuff.com/2010/11/50-linux-commands/......【阅读全文】

阅读(392) | 评论(0) | 转发(0)

发布时间:2015-01-30 17:55:39

diff name_list.txt name_list_new.txtIgnore white space while comparing.diff -w name_list.txt name_list_new.txt......【阅读全文】

阅读(343) | 评论(0) | 转发(0)
awk

发布时间:2015-01-30 16:35:16

http://www.grymoire.com/Unix/Awk.html#TOC   ----- AWK tutorial and introductionhttp://www.thegeekstuff.com/2010/01/8-powerful-awk-built-in-variables-fs-ofs-rs-ors-nr-nf-filename-fnr/ ---8 powerful examples......【阅读全文】

阅读(549) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册