
Shell
文章平均质量分 79
lvwinter
这个作者很懒,什么都没留下…
展开
-
高级Bash脚本编程指南——一本深入学习shell脚本艺术的书籍
http://www.reddragonfly.org/abscn/index.html目录 序 1. 原书作者致中国读者(英文)2. 原书作者致中国读者(译文)3. 黄毅 4. 杨春敏第一部分. 热身 1. 为什么使用shell编程?2. 带转载 2011-08-03 18:44:23 · 3312 阅读 · 1 评论 -
Shell之tee命令(man tee)
TEE(1) User Commands TEE(1)NAME tee - read from standard input and write to sta转载 2011-08-14 10:47:41 · 3764 阅读 · 0 评论 -
管道和xargs命令
管道和xargs命令1,stdin,stdout,stderr对于新生成的任何进程来讲,都可以使用stdin,stdout,stderr这些文件指针来访问标准输入,标准输出,错误文件。他们的类型都是FILE *,属于c运行库的类型。而内核则使用文件描述符来代表文件。STD转载 2011-08-25 10:27:24 · 569 阅读 · 0 评论 -
Shell bc calculator
Arithmetic expressions Standard arithmetic operators (+ - * /) can be used to operate oninteger variable values. To save the results in another variable, however, you should use the@ command rat转载 2012-04-21 10:51:16 · 893 阅读 · 0 评论