Chinaunix首页 | 论坛 | 博客
  • 博客访问: 5466429
  • 博文数量: 922
  • 博客积分: 19333
  • 博客等级: 上将
  • 技术积分: 11226
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-27 14:33
文章分类

全部博文(922)

文章存档

2023年(1)

2020年(2)

2019年(1)

2017年(1)

2016年(3)

2015年(10)

2014年(17)

2013年(49)

2012年(291)

2011年(266)

2010年(95)

2009年(54)

2008年(132)

分类: LINUX

2011-08-19 08:21:25


[quietheart@lv-k shell_test]$ echo a1 a2 b1 b2
a1 a2 b1 b2
[quietheart@lv-k shell_test]$ echo a{1,2} b{1,2}
a1 a2 b1 b2
[quietheart@lv-k shell_test]$ echo {a,b}{1,2}
a1 a2 b1 b2
[quietheart@lv-k shell_test]$ echo {a,b}{1,2}{x,y}
a1x a1y a2x a2y b1x b1y b2x b2y
阅读(1469) | 评论(0) | 转发(0) |
0

上一篇:tmp_url

下一篇:cp自动创建层级结构的例子

给主人留下些什么吧!~~