摘要:字符串函数和……支票簿?daniel robbins总裁兼 ceo, gentoo technologies, inc.2001 年 4 月 在这篇 awk 系列的总结中,daniel 向您介绍 awk 重要的字符串函数,以及演示了如何从头开始编写完整的支票簿结算程序。在这个过程中,您将学习如何编写自己的函数,并使用 awk 的多维数组。学完本文之后,您将掌握更多 awk 经验,可以让您创建功能更......
摘要:2001 年 10 月 在这篇 sed 系列的总结性文章中,daniel robbins 带您体验 sed 的真正力量。在介绍完几个重要的 sed 脚本之后,他将通过将一个 quicken .qif 文件转换成可读文本格式来演示一些基本 sed 脚本的编写。该转换脚本不仅实用,而且还是展现 sed 脚本编写能力的极佳示例。强健的 sed在 第二篇 sed 文章中,我提供了一些示例来演示 sed 的......
怎样重现第一次启动(Only for Redhat)重现firstboot.
【程序编程相关:
使用GProf来优化你的C/C++程序】
if firstboot hangs, and then you reboot, and firstboot comes up again, does it 【推荐阅读:Baisc Shell Code [转]】
【扩展信息:
关于Raid-10】just hang again if you try this? also, try going through firstboot (by adding auser i guess). then do this: rm -rf /etc/sysconfig/firstboot chkconfig --add firstboot that will make firstboot come up again on the next reboot.
seem it is only work against redhat. but i am not sure very much about it.
摘要:2001 年 10 月 在本文章系列中,daniel robbins 将为您演示如何使用功能十分强大(但常被遗忘)的 unix 流编辑器 sed。sed 是用批处理方式编辑文件或以十分有效的方式创建 shell 脚本以修改现有文件的理想工具。挑选编辑器在 unix 世界中有很多文本编辑器可供我们选择。思考一下 -- vi、emacs 和 jed 以及很多其它工具都会浮现在脑海中。我们都有自己已逐渐......