Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6271038
  • 博文数量: 2759
  • 博客积分: 1021
  • 博客等级: 中士
  • 技术积分: 4091
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-11 14:14
文章分类

全部博文(2759)

文章存档

2019年(1)

2017年(84)

2016年(196)

2015年(204)

2014年(636)

2013年(1176)

2012年(463)

发布时间:2013-06-15 12:18:41

我用的是debian系统,下面有些命令可能需要根据不同系统做出修改 1. 安装vim,ctags,cscope点击(此处)折叠或打开aptitude install vim ctags cscope 2. 下载个taglist的vim插件     下载地址:http://www.vim.org/scripts/script.php?script_id=273    .........【阅读全文】

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

发布时间:2013-06-04 04:42:45

shell 脚本 数组......【阅读全文】

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

发布时间:2013-05-22 15:49:40

......【阅读全文】

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

发布时间:2013-05-18 00:22:36

shell变量当命令执行 shell多条命令执行问题......【阅读全文】

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

发布时间:2013-05-10 06:11:20

Shell特殊字符# 注释1. 表示注释 #注释2. 在引号中间和\#等表示#本身3.echo ${PATH#*:} # 参数替换,不是一个注释4.echo $(( 2#101011 )) # 数制转换,不是一个注释echo "The # here does not begin a comment."echo 'The # here does not begin a comment.'echo The \# here does not begin a comment.echo The .........【阅读全文】

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

登录 注册