Chinaunix首页 | 论坛 | 博客
  • 博客访问: 167047
  • 博文数量: 27
  • 博客积分: 1410
  • 博客等级: 上尉
  • 技术积分: 470
  • 用 户 组: 普通用户
  • 注册时间: 2006-09-28 18:11
文章分类
文章存档

2011年(1)

2010年(13)

2009年(9)

2008年(4)

我的朋友

分类: LINUX

2008-10-10 13:15:25

最近开始学习linux shell,自我感觉不错,自己尝试写了一个脚本,还能运行,真好。。。
#!/bin/sh
mount -t ntfs /dev/sdb7 /mnt -o force
file=$(find /mnt/ -name '*.wmv')
for var in $file;do
   command $var 
done
 
 
linux命令中touch vi 都可以创建一个文件。
/etc/inittab /etc/init.d 启动文件
 
重新捡起SQL,
 
select count(distinct clum) from table1,table2,table3
 where table1.clum1 = 852
 and table1.clum1 = table2.clum3 
 and table2.clum2 =table3.clum4 
 order by table3.clum2;
 
select * from table1
where clum like '%what%';
阅读(661) | 评论(1) | 转发(0) |
0

上一篇:CVSNT+Wincvs安装配置

下一篇: song lyrics

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

wofan[OCN]2009-04-25 21:27:40

向妹妹学习。