当前时区 GMT+8, 现在时间是 2008-7-9 14:18
游客:
注册
登录
仅登录论坛
|
搜索
帮助
中国Linux公社论坛
»
命令行使用小技巧与SHELL编程
» Shell 编程资源收集
‹‹ 上一主题
|
下一主题 ››
20
1/2
1
2
››
投票
交易
悬赏
活动
打印
|
推荐
|
订阅
|
收藏
标题: Shell 编程资源收集
MichaelBibby
银牌会员
UID 69669
精华
22
积分 5352
帖子 2288
阅读权限 70
注册 2003-10-16
状态 离线
#1
发表于 2004-10-14 22:07
资料
主页
短消息
加为好友
Shell 编程资源收集
此贴用来收集 Shell 编程的一些资料,为想要更深入学习 Shell 编程的兄弟们提供方便。
希望兄弟们多多发贴
注:无关的帖子一律砍掉。
竹杖芒鞋轻胜马,只影向天涯。
----
Red Hat(R) Enterprise Linux, CentOS 邮件服务器解决方案
kornlee
注册会员
UID 158828
精华 0
积分 491
帖子 201
阅读权限 20
注册 2004-10-9
来自 这儿的空间
状态 离线
#2
发表于 2004-10-15 00:31
资料
主页
短消息
加为好友
www.kornshell.com
http://bbs.chinaunix.net/forum/viewforum.php?f=24
http://www.linuxsir.org/bbs/forumdisplay.php?s=46a89bec9876c601077baf8e3ff41b99&forumid=60
你在流泪,我的宝贝 不知是脆弱还是坚强的美 这时我的心就象是一把刀子 它要穿过你的嘴去吻你的肺
MichaelBibby
银牌会员
UID 69669
精华
22
积分 5352
帖子 2288
阅读权限 70
注册 2003-10-16
状态 离线
#3
发表于 2004-10-19 17:57
资料
主页
短消息
加为好友
网路农夫,不错的个人站点
:
http://www.europa.idv.tw/
来自IBM developerWorks的Shell编程专题:
lex 和 yacc、Bash 编程系列(1、2、3)、sed 编程系列 (1、2、3)
http://www-900.ibm.com/developerWorks/cn/linux/theme/special/index.shtml#shell
竹杖芒鞋轻胜马,只影向天涯。
----
Red Hat(R) Enterprise Linux, CentOS 邮件服务器解决方案
MichaelBibby
银牌会员
UID 69669
精华
22
积分 5352
帖子 2288
阅读权限 70
注册 2003-10-16
状态 离线
#4
发表于 2004-10-25 10:51
资料
主页
短消息
加为好友
一个
新闻组,英文
的。
很活跃,而且都是高手:
newserver: news.cn99.com
组:comp.unix.shell
KDE环境下可以用
Knode
来订阅,gnome环境下可以用
pan
来订阅。
贴个截图:
附件:
您所在的用户组无法下载或查看附件
竹杖芒鞋轻胜马,只影向天涯。
----
Red Hat(R) Enterprise Linux, CentOS 邮件服务器解决方案
MichaelBibby
银牌会员
UID 69669
精华
22
积分 5352
帖子 2288
阅读权限 70
注册 2003-10-16
状态 离线
#5
发表于 2004-11-3 18:03
资料
主页
短消息
加为好友
Advanced Bash-Scripting Guide
An in-depth exploration of the art of shell scripting
Version 2.6.9
15 April 2004
Mendel Cooper
thegrendel AT theriver DOT com
This tutorial assumes no previous knowledge of scripting or programming, but progresses rapidly toward an intermediate/advanced level of instruction . . . all the while sneaking in little snippets of Unix® wisdom and lore. It serves as a textbook, a manual for self-study, and a reference and source of knowledge on shell scripting techniques. The exercises and heavily-commented examples invite active reader participation, under the premise that the only way to really learn scripting is to write scripts.
This book is suitable for classroom use as a general introduction to programming concepts.
The latest update of this document, as an archived,
bzip2-ed
"tarball" including both the SGML source and rendered HTML, may be downloaded from
the author's home site
. See the
change log
for a revision history.
在线阅读 : http://www.rons.net.cn/htp/abs/HTML/
注:如果你使用的是Debian GNU/Linux,可以用这个命令来安装该文档:
[code:1]# apt-get install abs-guide[/code:1]
竹杖芒鞋轻胜马,只影向天涯。
----
Red Hat(R) Enterprise Linux, CentOS 邮件服务器解决方案
MichaelBibby
银牌会员
UID 69669
精华
22
积分 5352
帖子 2288
阅读权限 70
注册 2003-10-16
状态 离线
#6
发表于 2004-11-3 18:32
资料
主页
短消息
加为好友
LINUX与UNIX SHELL编程指南
ChinaItLab.com的下载页面:
http://download.chinaitlab.com/soft/2791.htm
竹杖芒鞋轻胜马,只影向天涯。
----
Red Hat(R) Enterprise Linux, CentOS 邮件服务器解决方案
BOoRFGOnZ
版主
UID 79089
精华
11
积分 14773
帖子 7816
阅读权限 255
注册 2003-11-30
来自 Linux World
状态 离线
#7
发表于 2005-2-15 20:26
资料
短消息
加为好友
Advanced Bash-Scripting Guide
An in-depth exploration of the art of shell scripting
http://ldp.linuxforum.net/LDP/abs/html/index.html
BOoRFGOnZ
版主
UID 79089
精华
11
积分 14773
帖子 7816
阅读权限 255
注册 2003-11-30
来自 Linux World
状态 离线
#8
发表于 2005-3-4 07:49
资料
短消息
加为好友
BASH主页
http://www.gnu.org/software/bash/bash.html
ty263
中级会员
UID 153533
精华 0
积分 533
帖子 214
阅读权限 30
注册 2004-9-16
来自 China.gif
状态 离线
#9
发表于 2005-7-19 15:22
资料
短消息
加为好友
To MichaelBibby
请教一下, 我的Advanced Bash-Scripting Guide装上了,怎么用啊?
呵呵,莫笑
BOoRFGOnZ
版主
UID 79089
精华
11
积分 14773
帖子 7816
阅读权限 255
注册 2003-11-30
来自 Linux World
状态 离线
#10
发表于 2005-8-18 11:05
资料
短消息
加为好友
http://www.comp.eonworks.com
Weiwei加油 我要追三顺!
yaop
新手上路
UID 195956
精华 0
积分 5
帖子 2
阅读权限 10
注册 2005-7-23
状态 离线
#11
发表于 2005-8-22 23:26
资料
短消息
加为好友
www.faqs.org
51photoshop
注册会员
UID 59182
精华 0
积分 241
帖子 97
阅读权限 20
注册 2003-9-4
来自 China
状态 离线
#12
发表于 2005-12-28 09:08
资料
短消息
加为好友
发表于: 2004-11-03, 6:32pm 发表主题:
--------------------------------------------------------------------------------
LINUX与UNIX SHELL编程指南
ChinaItLab.com的下载页面:
http://download.chinaitlab.com/soft/2791.htm
_________________
衷心感谢所有帮助过我的人,谢谢你们的帮助!
不好意思,这个网址好像没用了
slumy_boy
新手上路
UID 214612
精华 0
积分 3
帖子 1
阅读权限 10
注册 2006-3-30
状态 离线
#13
发表于 2006-4-26 20:35
资料
短消息
加为好友
Thanks Everybody!
不懂的问题实在是太多了.而个人的力量有限,必须互补方能不断完善,虽然不能完美.
icy_cold
注册会员
UID 221562
精华 0
积分 137
帖子 57
阅读权限 20
注册 2006-7-10
状态 离线
#14
发表于 2006-8-16 23:15
资料
短消息
加为好友
收集 谢谢
辽宁科技大学联络员 qq 110630957
Zhybin.yu
新手上路
UID 224256
精华 0
积分 3
帖子 1
阅读权限 10
注册 2006-8-21
状态 离线
#15
发表于 2006-8-27 14:09
资料
短消息
加为好友
20
1/2
1
2
››
投票
交易
悬赏
活动
论坛跳转 ...
> 公告区
> 系统安装
> 硬件配置
> 共创 LINUX 专区
> 新华 LINUX 专区
> Magic Linux技术支持区
> Magic Linux开发培训版
> 中文化与桌面美化
> 桌面使用小技巧
> 命令行使用小技巧与SHELL编程
> 网络工具
> 办公软件
> 多媒体应用
> 游戏乐园
> 服务器与网络安全
> Linux资源共享区
> Debian/LFS/Gentoo专题版
> Linux高质量字体研究
> easyright计算机研究所
> Linux认证考试专题版
> 应用编程技术与项目孵化
> 网站开发技术与项目孵化
> 参与国际开源项目
> 翻译汉化
> 中文GNOME用户交流区
> Skyeye项目专栏
> lumit项目专栏
> eva项目专栏
> fanx项目专栏
> 连连看for Linux项目专栏
> OurLinux杂志专区
> BitStorm项目专栏
> AVS项目专栏
> VirgoFTP项目专栏
> EGui开源项目
> RT-Thread实时操作系统
> 内核源代码阅读交流
> 内核安装和升级
> 嵌入式开发
> 校园行动联盟
> Linux与公社文化杂谈
> 求职与招聘
> 公社接待中心
Powered by
Discuz!
5.5.0
© 2001-2007
Comsenz Inc.
TOP
清除 Cookies
-
联系我们
-
中国Linux公社
-
WAP