代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/146056/5740779
in lvm.in
#!/bin/sh
#
# $Id: LVM.in,v 1.1 2004/12/20 16:19:37 sunjd Exp $
#
# LVM
#
# Description: Manages an LVM volume as an HA resource
#
#
# Author: Alan Robertson
# Support: linux-ha-dev@lists.tummy.com
#
www.eeworm.com/read/145991/5741939
c uuport.c
/*--------------------------------------------------------------------*/
/* u u p o r t . c */
/*
www.eeworm.com/read/144216/5752096
pm posix.pm
package POSIX;
our(@ISA, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD) = ();
use AutoLoader;
use XSLoader ();
our $VERSION = "1.03" ;
# Grandfather old foo_h form to new :foo_h form
my $loaded;
sub impor
www.eeworm.com/read/144212/5752902
substr
#
# substr -- a function to emulate the ancient ksh builtin
#
#
# -l == shortest from left
# -L == longest from left
# -r == shortest from right (the default)
# -R == longest from right
substr()
{
www.eeworm.com/read/144212/5752904
substr2
#
# substr -- a function to emulate the ancient ksh builtin
#
# -l == remove shortest from left
# -L == remove longest from left
# -r == remove shortest from right (the default)
# -R == remove longes
www.eeworm.com/read/144212/5752915
seq
# Generate a sequence from m to n, m defaults to 1.
seq ()
{
declare -i lo hi i # makes local
local _SEQ
case $# in
1) seq 1 "$1" ; return $? ;;
2) lo=$1 hi=$2
i=$lo _SEQ=""
while let "
www.eeworm.com/read/144212/5752972
uudec
:
# @(#) uudec.sh 1.0 93/11/22
# 92/08/04 john@armory.com (John H. DuBois III)
# 93/11/22 Added help.
isfalse()
{
test 0 -eq "$1"
}
phelp()
{
"$name: process uuencoded files.
Usage: uudec [-h] file
www.eeworm.com/read/144212/5752973
lowercase
#! /bin/bash
#
# original from
# @(#) lowercase.ksh 1.0 92/10/08
# 92/10/08 john h. dubois iii (john@armory.com)
#
# conversion to bash v2 syntax done by Chet Ramey
Usage="Usage: $name file ..."
phel
www.eeworm.com/read/143132/5758731
c bootpcmd.c
/*************************************************/
/* Center for Information Technology Integration */
/* The University of Michigan */
/*
www.eeworm.com/read/141805/5768573
ecompile
#!/bin/csh
source ../../env.cfg
if ("$2" == "" || "$3" != "") then
echo "usage: eCompile "
exit
endif
${BIN}/compile ../samples/${1}${2}.java -d . -deprecation