代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/429117/1951827
sh checktest.sh
#! /bin/sh
LOGFILE=$1
GOLDENLOGFILE=$2
DIFFFILE="logfile.diff"
TMPFILE="logfile.grep"
if [ ! -f "$LOGFILE" ] || [ ! -f "$GOLDENLOGFILE" ] ; then
echo "fail"
exit;
fi
grep "^%%REG: " $LOGFILE
www.eeworm.com/read/429117/1951836
sh checktest.sh
#! /bin/sh
LOGFILE=$1
GOLDENLOGFILE=$2
DIFFFILE="logfile.diff"
TMPFILE="logfile.grep"
if [ ! -f "$LOGFILE" ] || [ ! -f "$GOLDENLOGFILE" ] ; then
echo "fail"
exit;
fi
grep "^%%REG: " $LOGFILE
www.eeworm.com/read/429117/1951843
sh checktest.sh
#! /bin/sh
LOGFILE=$1
GOLDENLOGFILE=$2
DIFFFILE="logfile.diff"
TMPFILE="logfile.grep"
if [ ! -f "$LOGFILE" ] || [ ! -f "$GOLDENLOGFILE" ] ; then
echo "fail"
exit;
fi
grep "^%%REG: " $LOGFILE
www.eeworm.com/read/429117/1951850
sh checktest.sh
#! /bin/sh
LOGFILE=$1
GOLDENLOGFILE=$2
DIFFFILE="logfile.diff"
TMPFILE="logfile.grep"
if [ ! -f "$LOGFILE" ] || [ ! -f "$GOLDENLOGFILE" ] ; then
echo "fail"
exit;
fi
grep "^%%REG: " $LOGFILE
www.eeworm.com/read/429117/1951857
sh checktest.sh
#! /bin/sh
LOGFILE=$1
GOLDENLOGFILE=$2
DIFFFILE="logfile.diff"
TMPFILE="logfile.grep"
if [ ! -f "$LOGFILE" ] || [ ! -f "$GOLDENLOGFILE" ] ; then
echo "fail"
exit;
fi
grep "^%%REG: " $LOGFILE
www.eeworm.com/read/428548/1958926
tr-d-works
echo testing | tr -d aeiou > logfile.gnu
echo testing | busybox tr -d aeiou > logfile.bb
diff -u logfile.gnu logfile.bb
www.eeworm.com/read/428548/1958927
tr-d-alnum-works
echo testing | tr -d '[[:alnum:]]' > logfile.gnu
echo testing | busybox tr -d '[[:alnum:]]' > logfile.bb
diff -u logfile.gnu logfile.bb
www.eeworm.com/read/427019/1984887
js prototype.js
/* Prototype JavaScript framework, version 1.4.0
* (c) 2005 Sam Stephenson
*
* THIS FILE IS AUTOMATICALLY GENERATED. When sending patches, please diff
* against the source tree
www.eeworm.com/read/410893/2199870
js prototype.js
/* Prototype JavaScript framework, version 1.3.1
* (c) 2005 Sam Stephenson
*
* THIS FILE IS AUTOMATICALLY GENERATED. When sending patches, please diff
* against the source tre