代码搜索:usage

找到约 10,000 项符合「usage」的源代码

代码结果 10,000
www.eeworm.com/read/197608/7069602

h simpio.h

/* * File: simpio.h * Version: 1.0 * Last modified on Wed Apr 27 07:29:13 1994 by eroberts * ----------------------------------------------------- * This interface provides access to a simple pac
www.eeworm.com/read/197608/7069623

h simpio.h

/* * File: simpio.h * Version: 1.0 * Last modified on Wed Apr 27 07:29:13 1994 by eroberts * ----------------------------------------------------- * This interface provides access to a simple pac
www.eeworm.com/read/197608/7069638

h simpio.h

/* * File: simpio.h * Version: 1.0 * Last modified on Wed Apr 27 07:29:13 1994 by eroberts * ----------------------------------------------------- * This interface provides access to a simple pac
www.eeworm.com/read/464279/7166907

mytar2

#!/bin/sh # Chapter 12 - Using options and arguments # The second version of the mytar script #!/bin/sh USAGE="Usage: `basename $0` [-c|-t] [files|directories]" if [ $# -lt 2 ] ; then echo "$U
www.eeworm.com/read/464279/7166936

tgz

#!/bin/sh # make, list and extract tar.gz files # $Id: tgz,v 1.1.1.1 1998/09/17 05:59:10 ranga Exp $ USAGE="Usage: `basename $0` [-t|-x|-r] [file] or tgz [-c] [source dir] [dest dir (opt)]"; if [ -n
www.eeworm.com/read/464279/7166954

sh qu-17-01_rev.sh

#!/bin/sh # Chapter 17 - Answer for Question 1 if [ $# -lt 1 ] ; then echo "USAGE: `basename $0` files" exit 1 fi awk '{ for (i=NF;i>=1;i--) { printf("%s ",$i) ; } printf
www.eeworm.com/read/464279/7166974

sh qu-14-01_lspids.sh

#!/bin/sh # Chapter 15 - Answer to Question 1 # This function prints out the pid for the named process # On linux/bsd you will need to change the value of $PSCMD # to: # # PSCMD="/bin/ps -auwx" # #
www.eeworm.com/read/463948/7171810

c cdbtest.c

#include #include #include #include #include #include #include #include #include #undef TRUE #define
www.eeworm.com/read/463948/7171813

c tdbtest.c

/************************************************************************************************* * Writing test of Trivial Database ****************************************************************
www.eeworm.com/read/463948/7171815

cc maptest.cc

/************************************************************************************************* * Writing test of map utilities *******************************************************************