代码搜索:awk
找到约 3,459 项符合「awk」的源代码
代码结果 3,459
www.eeworm.com/read/381890/9067348
sh dist-image.sh
#!/bin/sh
VERSION=$(grep AC_INIT configure.ac | awk '{print $2}' | sed 's/[^0-9\.]//g')
SRC_DIST=libdmtx-$VERSION
IMG_DIST=libdmtx-images-$VERSION
IMG_DIRS="$SRC_DIST/test/images_public"
tar --exc
www.eeworm.com/read/175595/9540756
install
#!/bin/sh
echo "make devices of pci_can"
major=`cat /proc/devices | awk "\\$2==\"pci_can\" {print \\$1}"`
echo "major = "$major
mknod /dev/can0 c $major 0
mknod /dev/can1 c $major 1
mknod /dev/can2 c
www.eeworm.com/read/438832/7725410
sh redir4.sh
#!/bin/bash
if [ -z "$1" ]
then
Filename=names.data # 如果没有指定文件名就使用默认值.
else
Filename=$1
fi
line_count=`wc $Filename | awk '{ print $1 }'`
# 目标文件的行数.
#
# 此处的代码太过做作, 并且写得很难
www.eeworm.com/read/438832/7725752
sh allprofs.sh
#!/bin/bash
# allprofs.sh: 打印所有用户的配置文件
# 由Heiner Steven编写, 并由本书作者进行了修改.
FILE=.bashrc # 在原始脚本中, File containing user profile,
#+ 包含用户profile的是文件".profile".
for home in `awk -F: '{p
www.eeworm.com/read/137317/5825775
sh gen_b2g.sh
#!/bin/sh
GBTOBIG="g2b"
BIGTOGB="b2g"
echo "" | awk '
BEGIN {
for ( q = 161; q
www.eeworm.com/read/253434/12221877
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/main.cc)
AC_CANONICAL_SYSTEM
dnl Checks for programs.
AC_PROG_AWK
AC_PROG_CC
AC_PROG_CPP
AC_PROG_CXX
AC_PROG_INSTALL
AC
www.eeworm.com/read/247473/4481699
h db_auto.h
/* Do not edit: automatically built by gen_rec.awk. */
#ifndef __db_AUTO_H
#define __db_AUTO_H
#define DB___db_addrem 41
typedef struct ___db_addrem_args {
u_int32_t type;
DB_TXN *txnid;
DB_LSN pr
www.eeworm.com/read/222917/4815981
am makefile.am
EXTRA_DIST=Makefile.bcc32 mk_sb_tbl.awk
noinst_LTLIBRARIES=libmbfl_filters.la
INCLUDES=-I../mbfl
libmbfl_filters_la_LDFLAGS=-version-info $(SHLIB_VERSION)
libmbfl_filters_la_SOURCES=mbfilter_cp936.c m
www.eeworm.com/read/208315/4993815
sh gen_b2g.sh
#!/bin/sh
GBTOBIG="g2b"
BIGTOGB="b2g"
echo "" | awk '
BEGIN {
for ( q = 161; q