ChinaUnix.net
相关文章推荐:

insserv Script jexec is broken incomplete LSB comment

求 如何正确安装 缺少什么文件吗 www# cd hlserver-dod www# make ===> hlserver-dod-1.0b_2,1 is marked as broken: incomplete fetch instructions. *** Error code 1

by 啊泰 - BSD - 2007-06-04 12:30:29 阅读(1064) 回复(4)

相关讨论

make 的时候出现的,大侠们帮邦忙吧,这是怎么会事?

by niao7409 - BSD - 2005-05-05 21:12:28 阅读(770) 回复(3)

在shell中没/* */ 如何一下子comment 一大段code 还有 perl 有 perl4j做log,有时感觉bash shell还是比perl方便 不知大家有没有这种感觉

by dmhorse - Shell - 2005-09-15 16:46:43 阅读(862) 回复(4)

If a specifier with a tag but without a list appears when the tag is not declared, an incomplete type is specified. Objects with an incomplete structure or union type may be mentioned in contexts where their size is not needed, for example in declarations (not definitions), for specifying a pointer, or for creating a typedef, but not otherwise. The type becomes complete on occurrence of a subseque...

by shihyu - C/C++ - 2007-06-11 23:34:38 阅读(1265) 回复(4)

解读lsb 3.0 感谢原作者:曹江华 http://soft.yesky.com/os/lin/427/2205927.shtml Linux Standards Base(lsb)3.0规范最近已经发布。新的lsb标准旨在防止Linux分化,已获得了主要Linux厂商的广泛支持。lsb规范由Free Standards Group(自由标准组织)负责维护和开发,并计划通过一套基本API和库实现互操作性,这样ISV就可以开发和移植应用,以使应用能够在lsb认证的Linux版本上运行。这套lsb标准目前支持7种架构,包括IA32、IA6...

by ak472000 - Linux论坛 - 2005-11-24 09:35:52 阅读(512) 回复(0)

$lsb的值是什么?

by whtlly - Shell - 2004-09-15 00:40:03 阅读(734) 回复(9)

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/6138/showart_25426.html

by w3g8 - BSD文档中心 - 2005-05-12 10:11:38 阅读(600) 回复(0)

[code] #!/bin/ksh for line in $(grep -rl oldstring /pathdir/*);do ed $line<

by 寂寞烈火 - Shell - 2004-11-22 21:46:44 阅读(685) 回复(5)

script可以记录屏幕的输入输出信息到文件 如下: # script script started, file is typescript # ls -l total 16 -rw-r--r-- 1 root root 1150 Feb 8 19:28 OWconfig_test -rw-r--r-- 1 root other 24 Feb 11 19:26 sh.sh -rw-r--r-- 1 root other 0 Feb 11 19:27 typescript # exit script done, file is typescript # cat typescript script started on Wed Feb 11 19:27:28 2004 #...

by amiao - Shell - 2004-02-12 10:42:58 阅读(470) 回复(0)