搜索资源列表
Wrox.Beginning.Shell.Scripting.Apr.2005.eBook-DDU.
- beginning shell scr ipt
shell-script-entry
- Shell脚本入门 from ownlinux.cn-Introduction to Shell scr ipting from ownlinux.cn
Apress.Expert.Shell.Scripting.Jan.2009
- 2009年图书:精通Shell脚本编程 The book is meant for the intermediate shell coder up to the advanced shell-code hacker, because I don’t explain many basic programming structures. If you’re looking for that type of book, you should look to the resources me
shell-scripting
- Shell scr ipting by Hamish Whittal
Shell
- shell脚本语言文字shell脚本语言-shell scr ipting languages shell scr ipting language
linux-Advanced-Bash-Shell-Scripting-Guide
- linux shell 编程,希望对你有所帮助-linux- Advanced Bash Shell scr ipting Guide.pdf
linux-command-line-and-shell-scripting-bible.9780
- Unix guide and excellent shell scr ipting manual
shell-scripting
- A book about shell-scr ipting covering all the basics
Advanced-Bash-Shell-Scripting-Guide
- linux shell 高级编程 Shell脚本与Windows/Dos下的批处理相似,也就是用各类命令预先放入到一个文件中,方便一次性执行的一个程序文件,主要是方便管理员进行设置或者管理用的。-An in-depth exploration of the gentle art of shell scr ipting
Bash-Shell-Scripting
- Bash Shell scr ipting
Shell-script
- Classic Shell scr ipting内容简介Shell脚本编程(scr ipting)的技巧永远不会过时:它们可以让UNIX充分发挥其真实的潜能-Classic Shell scr ipting Introduction Shell scr ipting (scr ipting) skills will never become obsolete: they can give full play to their true UNIX potential
Advanced-Bash-Scripting-Guide_6.3
- Unix/Linux Bash Guide-This tutorial assumes no previous knowledge of scr ipting or programming, but progresses rapidly toward an intermediate/advanced level of instruction . . . all the while sneaking in little nuggets of UNIX® wisdom and lore.
[Classic.Shell.Scripting
- Classic Shell scr ipting的书籍源码,也是Oreally书籍系列之一。-Classic Shell scr ipting book source, but also one of the Oreally book series.
shell scripting
- shell scr ipting program in linux about searching files in the system and 2 more programs are there regarding deleting, renaming fies, etc..
shell-scripting
- shell scr ipting ( sum,reverse,palindrome,armstrong)
shell-scripting
- shell scr ipting for automate work
Linux+命令行和shell脚本编程宝典
- shell脚本语言编程和linux命令行,编程宝典,linux学习。(shell scr ipting language)
Advanced Bash Shell Scripting Guide
- 《高级Bash脚本编程指南》,Bash经典进阶教程(Advanced Bash Shell scr ipting Guide)
Shell脚本学习指南
- shell脚本学习指南,可用于学习shell脚本(shell scr ipting, which can be used for the study of shell scr ipting)
shell
- 程序要求: (1) 程序运行时,先显示欢迎信息; (2) 创建一个新的用户。用户名为本人的姓名拼音缩写加学号的后两位 (3) 在本人的主目录下创建目录,目录的名称为本人的学号 (4) 在新创建的目录下,创建一个新文件,文件名为本人的姓名全拼 (5) 修改文件的权限为-rwxr--r--; (6) 判断文件是否可读,如果可读,显示“File yangchuanying is readable.”,否则,显示“File yangchuanying is not readable.”