搜索资源列表
Linux命令行与shell脚本编程大全.第3版.pdf
- 这是一本关于 Linux 命令行与 shell 脚本编程的全方位教程,主要包括四大部分 :Linux 命令行,shell 脚本编程基础,高级 shell 脚本编程,如何创建实用的 shell 脚本(This is a Linux on the command line and the full range of shell scr ipt programming tutorial, mainly includes four parts: Linux command line based shel
Linux命令行与shell脚本编程大全.第3版.pdf.tar
- linux系统使用,以其在运维中图和脱颖而出(The Linux system is used to map and stand out in its operation and maintenance)
linux命令行和shell基础版学习
- linux命令行和shell基础版学习,针对性的讲解了shell和命令行的基础知识,适合新手学习和查阅。
Linux下的shell编程入门
- 通常情况下,我们从命令行输入命令没输入一次就能够得到系统的一次响应。一旦需要我们一个接一个的输入命令而最后得到结果的时候,这样的做法显然就没有效率。要达到这样的目的,通常我们利用shell程序或者shell脚本来实现。