代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/146056/5740747
in mailto.in
#!/bin/sh
#
# Resource script for MailTo
#
# Author: Alan Robertson
#
# Description: sends email to a sysadmin whenever a takeover occurs.
#
# Note: This command requires an argument,
www.eeworm.com/read/144212/5752894
repeat2
# To: chet@ins.CWRU.Edu
# Subject: Bash functions
# From: Sandeep Mehta
##########################################
#
# repeat - clone of C shell builtin `repeat'
#
# usage:
www.eeworm.com/read/144212/5752899
func
#
# func -- print out definitions for functions named by arguments
#
# usage: func name [name ...]
#
# Chet Ramey
# chet@ins.CWRU.Edu
func()
{
local status=0
if [ $# -eq 0 ] ; then
echo "usage: f
www.eeworm.com/read/144212/5752908
keep
# From: Seth Chaiklin
# To: chet@ins.CWRU.Edu
# Subject: bash functions (sorta)
#
# keep:
# usage: keep program
# declare the a program should be "kept". i.e. try to fg a stopped o
www.eeworm.com/read/144212/5752978
newext
#! /bin/bash
#
# original from:
# newext: change filename extension
# @(#) newext.sh 1.1 93/04/13
# 90/06/06 john h. dubois iii (john@armory.com)
# 90/11/14 changed ksh-specific code to hybrid: if run
www.eeworm.com/read/144212/5752981
uuenc
#! /bin/bash
#
# original from:
# @(#) uuenc.ksh 1.0 93/09/18
# 93/09/18 john h. dubois iii (john@armory.com)
#
# conversion to bash v2 syntax by Chet Ramey
istrue()
{
test 0 -ne "$1"
}
isfalse()
{
www.eeworm.com/read/144212/5752989
arc2tarz
#! /bin/bash
#
# original from:
# arc2tarz: convert arced file to tarred, compressed form.
# @(#) arc2tarz.ksh 1.0 92/02/16
# 91/03/28 john h. dubois iii (john@armory.com)
# 92/02/16 added -h option f
www.eeworm.com/read/139306/5803081
y cmdline_gram.y
// cmdline_gram.y -*- mode: c++ -*-
// Copyright (c) 1998, Regents of the University of California
// $Id: cmdline_gram.y,v 1.5 1999/01/19 01:43:36 marcel Exp $
%{
#include
#include
www.eeworm.com/read/136824/5847848
txt errata.txt
Errata
------
In the gem text there are some wrong references to the RTTI usage.
My type information code simulates the behaviour of RTTI's typeid(), so to validate this action
I have deleted a
www.eeworm.com/read/135686/5882908
c pcap_filter.c
/*
* Copyright (c) 1999 - 2003
* NetGroup, Politecnico di Torino (Italy)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are