The GNU versions of find utilities (find and xargs)
The findutils package contains programs which will help you locate
files on your system. The find utility searches through a hierarchy
of directories looking for files which match a certain set of criteria
(such as a file name pattern). The xargs utility builds and executes
command lines from standard input arguments (usually lists of file
names generated by the find command).
You should install findutils because it includes tools that are very
useful for finding things on your system.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:zSystems/findutils && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
disable-null-ptr-test.patch | 0000000555 555 Bytes | |
findutils-4.7.0.tar.xz | 0001895048 1.81 MB | |
findutils-4.7.0.tar.xz.sig | 0000000488 488 Bytes | |
findutils-gnulib-disable-test-float.patch | 0000015469 15.1 KB | |
findutils-xautofs.patch | 0000004842 4.73 KB | |
findutils.changes | 0000039623 38.7 KB | |
findutils.keyring | 0000027912 27.3 KB | |
findutils.spec | 0000004296 4.2 KB |
Revision 62 (latest revision is 73)
Dominique Leuenberger (dimstar_suse)
accepted
request 814281
from
Bernhard Voelker (berny)
(revision 62)
- findutils.spec: Avoid conditional Patch definition as this breaks cross-platform building from source RPMs. - findutils-gnulib-disable-test-float.patch: Add patch to temporarily disable the gnulib test 'test-float' failing on ppc and ppc64le. - findutils.spec: Reference the patch.
Comments 0