代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/125133/6032975
try-asm-fail
#!/bin/sh
cpp "tests/$1.idel" >tmp &&
if bin/idelasm tmp >image 2>output
then exit 1
else diff -q output "tests/$1.failure"
fi
www.eeworm.com/read/121298/6068849
java patchtokenmarker.java
/*
* PatchTokenMarker.java - DIFF patch token marker
* Copyright (C) 1999 Slava Pestov
*
* You may use and modify this package for any purpose. Redistribution is
* permitted, in both source and b
www.eeworm.com/read/117227/6104943
java patchtokenmarker.java
/*
* PatchTokenMarker.java - DIFF patch token marker
* Copyright (C) 1999 Slava Pestov
*
* You may use and modify this package for any purpose. Redistribution is
* permitted, in both source and b
www.eeworm.com/read/115886/6116675
java patchtokenmarker.java
/*
* PatchTokenMarker.java - DIFF patch token marker
* Copyright (C) 1999 Slava Pestov
*
* You may use and modify this package for any purpose. Redistribution is
* permitted, in both source and b
www.eeworm.com/read/101082/6243234
1b l12.1b
#print
This directory still has both files named 'harry'
and 'norman' in it. You checked that they were
the same with 'cat'. Now, for an easier time,
try 'diff'. If it doesn't report any difference
www.eeworm.com/read/122161/14717555
readme
This directory contains versions of traceroute that (a) implement
path MTU discovery (traceroute.pmtu.c) and (b) allow for either loose or
strict source routing (traceroute.lsrr.c). A diff will re
www.eeworm.com/read/16793/691066
run-extglob
PATH=$PATH:`pwd`
export PATH
${THIS_SH} ./extglob.tests | grep -v '^expect' > /tmp/xx
diff /tmp/xx extglob.right && rm -f /tmp/xx
www.eeworm.com/read/16793/691239
run-execscript
echo "warning: the text of a system error message may vary between systems and" >&2
echo "warning: produce diff output." >&2
echo "warning: if the text of the error messages concerning \`notthere' or"
www.eeworm.com/read/16793/691421
run-test
unset GROUPS UID 2>/dev/null
${THIS_SH} ./test.tests >/tmp/xx 2>&1
diff /tmp/xx test.right && rm -f /tmp/xx