/bin/bash# vim: set sw=4 ts=4 et:help(){cat<< HELPb2d -- convert binary to decimalUSAGE: b2d [-h] binarynumOPTIONS: -h help textEXAMPLE: b2d 111010will return 58HELPexit0}error(){# print an error and exitecho"$1"exit1}lastchar(){# return the last character of a string in ...
This package is the union of the GNU fileutils, sh-utils, and textutils packages. Most of these programs have significant advantages over their Unix counterparts, such as greater speed, additional options, and fewer arbitrary limits. The programs that can be built with this package are: [ ...
Include TCP/UDP/UNIX SOCKET server and client implementation, a simple timer, state machine, thread pool. utils: Some basic library, including log, config parse, some data structure and http/websocket/rpc server implementation. Modules matchengine: This is the most important part for it records ...
下面是我的测试系统中可被追踪的函数总数: # trace-cmd list -f | wc -l 63165 追踪内核模块相关的函数 你也可以追踪与特定内核模块相关的函数。假设你想追踪kvm内核模块相关的功能,你可以通过以下方式来实现。请确保该模块已经加载: # lsmod | grep kvm_intel kvm_intel 335872 0 kvm 987136 1 kvm_intel ...
--unix Override the operating system autodetection logic and run in UNIX mode. See also --windows, --show-os. --use-sloccount If SLOCCount is installed, use its compiled executables c_count, java_count, pascal_count, php_count, and xml_count instead of cloc's counters. SLOCCount's ...
Know aboutwcto count newlines (-l), characters (-m), words (-w) and bytes (-c). Know aboutteeto copy from stdin to a file and also to stdout, as inls -al | tee file.txt. Know that locale affects a lot of command line tools in subtle ways, including sorting order (collation)...
# CONFIG_PACKAGE_coreutils-wc is not set # CONFIG_PACKAGE_coreutils-who is not set # CONFIG_PACKAGE_coreutils-whoami is not set # CONFIG_PACKAGE_coreutils-yes is not set # CONFIG_PACKAGE_crconf is not set # CONFIG_PACKAGE_crelay is not set # CONFIG_PACKAGE_crun is not set @@...