代码搜索:Checker

找到约 1,390 项符合「Checker」的源代码

代码结果 1,390
www.eeworm.com/read/378952/9212005

checker

#!/usr/bin/env perl # Use mandatory external modules use strict; use Cwd; use File::Basename; use Data::Dumper; use POSIX; use Config; # Determine installation dir name our $SELF_DIR = dirname(dirna
www.eeworm.com/read/167987/9942765

checker

#!/bin/sh # Script name: checker # Script to demonstrate the use of special variable # modifiers and arguments name=${1:?"requires an argument" } echo Hello $name
www.eeworm.com/read/351531/10643874

checker

www.eeworm.com/read/196983/8037846

checker

for a in `ls -1` do echo $a: if [ -d $a ] then cd $a grep -n including *-*.c cd .. fi done
www.eeworm.com/read/116739/14956450

checker

#!/bin/sh # Script name: checker # Script to demonstrate the use of special variable # modifiers and arguments name=${1:?"requires an argument" } echo Hello $name
www.eeworm.com/read/35675/1059590

checker

#!/bin/bash # Scriptname: checker # Script to demonstrate the use of special variable # modifiers and arguments name=${1:?"requires an argument" } echo Hello $name
www.eeworm.com/read/35675/1059611

checker

#!/bin/bash # Scriptname: checker # Purpose: Demonstrate function and arguments function Usage { echo "error: $*" 2>&1; exit 1; } if (( $# != 2 )) then Usage "$0: requires two arguments" fi if [[
www.eeworm.com/read/35675/1059875

checker

#!/bin/sh # Scriptname: checker # Script to demonstrate the use of special variable # modifiers and arguments name=${1:?"requires an argument" } echo Hello $name
www.eeworm.com/read/239312/4602400

checker

#!/bin/bash # Scriptname: checker # Script to demonstrate the use of special variable # modifiers and arguments name=${1:?"requires an argument" } echo Hello $name
www.eeworm.com/read/239312/4602421

checker

#!/bin/bash # Scriptname: checker # Purpose: Demonstrate function and arguments function Usage { echo "error: $*" 2>&1; exit 1; } if (( $# != 2 )) then Usage "$0: requires two arguments" fi if [[