相关讨论
linux c 培训那里最好?
各位知道吗?
[ 本帖最后由 Lonny 于 2006-3-23 15:17 编辑 ]
by
Lonny
-
系统管理
-
2006-03-23 15:14:39 阅读(629) 回复(0)
linux c 培训那里最好?
各位知道吗?
[ 本帖最后由 Lonny 于 2006-3-23 15:17 编辑 ]
select * from table_name where 1=2
[code]/*
* Generic parts
* Linux ethernet bridge
*
* Authors:
* Lennert Buytenhek ;
*
* $Id: br.c,v 1.45 2000/10/22 18:26:07 davem Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) an...
[code]/*
* Generic parts
* Linux ethernet bridge
*
* Authors:
* Lennert Buytenhek ;
*
* $Id: br.c,v 1.45 2000/10/22 18:26:07 davem Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) an...
如果在脚本里作不太好。我不喜欢。
我习惯把它放在定时里做
crontab 这个命令你可以试试
用法是这样的
你的脚本名字 expora.sh
[code]
写一个文件ttt
内容
* * 01 * * expora.sh
然后执行crontab ttt
就可以了
在不同的系统有的用cron
最好man crontab的用法 记不太清楚了
[/code]
by
寂
-
Shell
-
2003-12-03 10:29:52 阅读(999) 回复(0)