由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [急!] Shell Programming求救
相关主题
which shell is the best among csh, ksh, bsh?求教,学shell program
shell programming问题:如何同时run多个作业login shell and normal shell?
Help! shell programminghow to change login shell?
A Question on Shell (ksh) programmingrecommend a network programming book
[转载] shell programming and awk questionsJob Opportunity
菜鸟问题-about shell programmingRe: How to make PDF file?
菜鸟2问题-about shell programminghow to run background process after logout
Is this shell programming right?怎么弄出彩色的xterm?
相关话题的讨论汇总
话题: shell话题: 求救
进入Unix版参与讨论
1 (共1页)
c********e
发帖数: 417
1
老板让我编一个system backup的shell程序,功能是
每天将系统中当天改变过的文件备份到另一个服务器上。
说实话应该难度不大,可本人可是一点shell编程的经验
都没有,还请各位大侠多多帮忙!!!
T********r
发帖数: 6210
2
A silly way using GNU find:
# cd /; tar -cvf bak.tar `find / -mtime -1 -type f -print`

【在 c********e 的大作中提到】
: 老板让我编一个system backup的shell程序,功能是
: 每天将系统中当天改变过的文件备份到另一个服务器上。
: 说实话应该难度不大,可本人可是一点shell编程的经验
: 都没有,还请各位大侠多多帮忙!!!

m*******m
发帖数: 182
3
Is cvs an option?

【在 T********r 的大作中提到】
: A silly way using GNU find:
: # cd /; tar -cvf bak.tar `find / -mtime -1 -type f -print`

1 (共1页)
进入Unix版参与讨论
相关主题
怎么弄出彩色的xterm?[转载] shell programming and awk questions
如何判断一个文件或命令的版本?菜鸟问题-about shell programming
?菜鸟2问题-about shell programming
可有好的UNIX,LINUX,X-WINDOWS...书推荐。Is this shell programming right?
which shell is the best among csh, ksh, bsh?求教,学shell program
shell programming问题:如何同时run多个作业login shell and normal shell?
Help! shell programminghow to change login shell?
A Question on Shell (ksh) programmingrecommend a network programming book
相关话题的讨论汇总
话题: shell话题: 求救