代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5935753
sh find2perl.sh
case $CONFIG in
'')
if test ! -f config.sh; then
ln ../config.sh . || \
ln ../../config.sh . || \
ln ../../../config.sh . || \
(echo "Can't find config.sh."; exit 1)
fi
. ./config.sh
www.eeworm.com/read/131315/5935754
find2perl
#!/usr/contrib/bin/perl
eval 'exec /usr/contrib/bin/perl -S $0 ${1+"$@"}'
if $running_under_some_shell;
$bin = "/usr/contrib/bin";
while ($ARGV[0] =~ /^[^-!(]/) {
push(@roots, shift);
}
@root
www.eeworm.com/read/131315/5935928
c2ph
#!/usr/contrib/bin/perl
#
#
# c2ph (aka pstruct)
# Tom Christiansen,
#
# As pstruct, dump C structures as generated from 'cc -g -S' stabs.
# As c2ph, do this PLUS gener
www.eeworm.com/read/131315/5935988
pstruct
#!/usr/contrib/bin/perl
#
#
# c2ph (aka pstruct)
# Tom Christiansen,
#
# As pstruct, dump C structures as generated from 'cc -g -S' stabs.
# As c2ph, do this PLUS gener
www.eeworm.com/read/131315/5937295
shar dnsrpt.shar
#Date: Mon, 26 Apr 1993 09:28:17 -0700
#From: Don Lewis
#Message-Id:
#To: vixie
#Subject: Re: send me your tools
#!/bin/sh
# shar: Shell Arch
www.eeworm.com/read/131315/5937341
dnswalk
#!/usr/local/bin/perl
# dnswalk Walk through a DNS tree, pulling out zone data and
# dumping it in a directory tree
#
# $Id: dnswalk,v 1.4 1993/07/18 00:46:05 barr Exp $
#
# check data collected fo
www.eeworm.com/read/131315/5939372
build-install-dist
#!/bin/csh -fx
#
#Shell script for building and installing Emacs.
set EMACS=/usr/local/emacs
set BIN=/usr/local/bin
/bin/sed "s;/usr/local/emacs;$EMACS;" < src/paths.h-dist > src/paths.h
(cd etc; m
www.eeworm.com/read/131315/5940407
5c phonenumber.5c
.TH HOSTS 5 "May 14, 1986"
.UC 5
.SH NAME
hosts \- host name data base
.SH DESCRIPTION
The
.I hosts
file contains information regarding
the known hosts on the network.
For each host a single line sho
www.eeworm.com/read/131315/5942034
scanspool
#!/usr/bin/perl
# @(#)scanspool.pl 1.20 4/6/92 00:47:35
#
# Written by: Landon Curt Noll (chongo was here /\../\)
#
# This code is placed in the public domain.
#
# scanspool - perform a big scan ov
www.eeworm.com/read/131315/5942062
inncheck
#!/usr/bin/perl --
## $Revision: 1.10 $
## Sanity-check the configuration of an INN system
## by Brendan Kehoe and Rich $alz.
$ST_MODE = 2;
$ST_UID = 4;
$ST_GID = 5;
## =()