红山玉龙

导航

Linux下Bash入门学习笔记

学习好shell编程是很有用的,可以使用shell脚本轻巧地完成有趣的工作。

本文地址:http://www.cnblogs.com/yhLinux/p/4047516.html

 

 

1. Bash实例,作者:Daniel Robbins (drobbins@gentoo.org), 总裁兼 CEO, Gentoo Technologies, Inc.

此文共分三个部分,从介绍简单的系统变量开始,一步步讲解bash编程的基本要点,非常适合想短期入门的读者。

  第一部分:http://www.ibm.com/developerworks/linux/library/l-bash/index.html

    中文:http://www.ibm.com/developerworks/cn/linux/shell/bash/bash-1/

  第二部分:http://www.ibm.com/developerworks/linux/library/l-bash2/index.html

    中文:http://www.ibm.com/developerworks/cn/linux/shell/bash/bash-2/

  第三部分:http://www.ibm.com/developerworks/library/l-bash3/index.html

    中文:http://www.ibm.com/developerworks/cn/linux/shell/bash/bash-3/

参考资料:

  此文到第一第二部分主要介绍了bash编程的基本用法,使用容易上手的示例程序讲解了条件,循环,选择语句,到第三部分,通过分析一个脚本程序的构建过程,展示了如何由浅至深地编写一个比较完整的shell脚本。

 

2. Bash脚本15分钟进阶教程http://developer.51cto.com/art/201404/436498.htm

 

posted on 2014-10-24 09:51  红山玉龙  阅读(541)  评论(0编辑  收藏  举报