代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/295117/3912314
ls-l-works
[ -n "$d" ] || d=..
LC_ALL=C ls -l "$d" > logfile.gnu
busybox ls -l "$d" > logfile.bb
diff -w logfile.gnu logfile.bb
www.eeworm.com/read/295117/3912346
strings-works-like-gnu
rm -f foo bar
strings -af ../../busybox > foo
busybox strings -af ../../busybox > bar
set +e
test ! -f foo -a -f bar
if [ $? = 0 ] ; then
set -e
diff -q foo bar
fi
www.eeworm.com/read/278988/4140838
changes
version 0.6.1
- more ZV patches
- suspend/resume patches
- Makefile fixes
version 0.6
- added ZV initialisation
- added diff for ZV support in pcmcia-cs version
www.eeworm.com/read/437893/1828904
patch avrdude_usbasp.2005-04-21.patch
? usbasp.c
? usbasp.h
Index: Makefile.am
===================================================================
RCS file: /cvsroot/avrdude/avrdude/Makefile.am,v
retrieving revision 1.23
diff -u -r1.23 Ma
www.eeworm.com/read/437033/1836805
diffs
diff -c ../Makefile ./Makefile
*** ../Makefile Thu Jun 28 00:44:07 1990
--- ./Makefile Mon Jul 16 13:57:26 1990
***************
*** 39,49 ****
# AUXDIR, manual pages will be installed in MANDIR with
www.eeworm.com/read/432012/1901595
c comp.c
/* Simple utility to compare 2 files.
* Diff or cmp are not sufficient, when
* comparing bioses :-)
*
* Copyright (c) 1998-2000 by Stefan Reinauer
*/
#include
int main (int argc, cha
www.eeworm.com/read/430898/1914574
in runtest.in
#! /bin/sh
# This file is generated by configure from RunTest.in. Make any changes
# to that file.
# Run PCRE tests
cf=diff
testdata=@top_srcdir@/testdata
# Select which tests to run; if no select
www.eeworm.com/read/428548/1958980
ls-l-works
[ -n "$d" ] || d=..
LC_ALL=C ls -l "$d" > logfile.gnu
busybox ls -l "$d" > logfile.bb
diff -w logfile.gnu logfile.bb
www.eeworm.com/read/428548/1959016
strings-works-like-gnu
rm -f foo bar
strings -af ../../busybox > foo
busybox strings -af ../../busybox > bar
set +e
test ! -f foo -a -f bar
if [ $? = 0 ] ; then
set -e
diff -q foo bar
fi
www.eeworm.com/read/422060/2044366
phpt statcache-corruption.phpt
--TEST--
statcache corruption
--FILE--
--EXPECT--
Array
(
)