Chinaunix首页 | 论坛 | 博客
  • 博客访问: 352023
  • 博文数量: 104
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 202
  • 用 户 组: 普通用户
  • 注册时间: 2013-08-01 13:57
文章分类

全部博文(104)

文章存档

2017年(16)

2016年(37)

2015年(15)

2014年(8)

2013年(28)

我的朋友

发布时间:2015-11-04 15:02:05

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

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

发布时间:2015-10-31 21:51:16

[root@localhost /]# ln --helpUsage: ln [OPTION]... [-T] TARGET LINK_NAME   (1st form)  or:  ln [OPTION]... TARGET                  (2nd form)  or:  ln [OPTION]... TARGET... DIRECTO.........【阅读全文】

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

发布时间:2015-10-31 20:22:32

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

阅读(956) | 评论(0) | 转发(0)
mk4

发布时间:2015-07-27 23:39:43

toupper = $(shell echo $1 |tr '[a-z]' '[A-Z]')<br />tolower = $(shell echo $1 |tr '[A-Z]' '[a-z]')<br />mkbat = ./makebat<br />mkflag = all<br />first_upper_word = $(call toupper,$(word 1,$(subst __, ,$@)))<br />second_upper_word = $(call toupper,$(word 2,$(subst __, ,$@)))<br />mkbsp = $(mkba.........【阅读全文】

阅读(925) | 评论(0) | 转发(0)
mk3

发布时间:2015-07-27 21:55:12

<p>toupper = $(shell echo $1 |tr '[a-z]' '[A-Z]')<br />tolower = $(shell echo $1 |tr '[A-Z]' '[a-z]')<br />mkbat = ./makebat<br />mkbsp = $(mkbat) $(call tolower,$(word 3,$(subst __, ,$@))) all $(call toupper,$(word 1,$(subst __, ,$@))) $(call toupper,$(word 2,$(subst __, ,$@))) <br />mklcardb.........【阅读全文】

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

登录 注册