Difference between revisions of "Findutils"

From Free Software Directory
Jump to: navigation, search
(resources)
(Update to 4.9.0)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU Findutils
 
|Name=GNU Findutils
|Short description=find and operate on groups of files
+
|Short description=Find and operate on groups of files.
 
|Full description='''Findutils''' supplies the basic file directory searching utilities of the GNU system. It consists of two primary searching utilities: <tt>find</tt> recursively searches for files in a directory according to given criteria and <tt>locate</tt> lists files in a database that match a query. Two auxiliary tools are included: <tt>updatedb</tt> updates the file name database and <tt>xargs</tt> may be used to apply commands with arbitrarily long arguments.
 
|Full description='''Findutils''' supplies the basic file directory searching utilities of the GNU system. It consists of two primary searching utilities: <tt>find</tt> recursively searches for files in a directory according to given criteria and <tt>locate</tt> lists files in a database that match a query. Two auxiliary tools are included: <tt>updatedb</tt> updates the file name database and <tt>xargs</tt> may be used to apply commands with arbitrarily long arguments.
 
|Homepage URL=https://www.gnu.org/software/findutils/
 
|Homepage URL=https://www.gnu.org/software/findutils/
|User level=intermediate
 
 
|Is High Priority Project=No
 
|Is High Priority Project=No
|Component programs=find,locate,updatedb,xargs
 
 
|VCS checkout command=git clone git://git.savannah.gnu.org/findutils.git
 
|VCS checkout command=git clone git://git.savannah.gnu.org/findutils.git
 
|Documentation note=https://www.gnu.org/software/findutils/manual/
 
|Documentation note=https://www.gnu.org/software/findutils/manual/
|Decommissioned/Obsolete=No
+
|Decommissioned or Obsolete=No
|Accepts cryptocurrency donations=No
+
|Donate=https://my.fsf.org/donate/
|Related projects=Coreutils,Grep
+
|Related projects=gnustandards,Coreutils,Grep
 
|Keywords=comparison,editing,pattern,matching,file management,findutils
 
|Keywords=comparison,editing,pattern,matching,file management,findutils
|Version identifier=4.6.0
+
|Version identifier=4.9.0
|Version date=2015/12/28
+
|Version date=2022/02/02
 
|Version status=stable
 
|Version status=stable
|Version download=https://ftp.gnu.org/gnu/findutils/findutils-4.6.0.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/findutils/findutils-4.9.0.tar.xz
 +
|Last review by=Berny
 +
|Last review date=2022/02/02
 +
|Submitted by=Database conversion
 +
|Submitted date=2011/04/01
 +
|User level=intermediate
 +
|Component programs=find,locate,updatedb,xargs
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/findutils/findutils-4.9.0.tar.xz.sig
 
|Test entry=No
 
|Test entry=No
|Last review by=Bendikker
 
|Last review date=2018/05/09
 
|Submitted by=Database conversion
 
|Submitted date=2011/04/12
 
|Is GNU=Yes
 
|GNU package identifier=findutils
 
|License verified date=2009-06-15
 
 
}}
 
}}
 
{{Project license
 
{{Project license
Line 30: Line 30:
 
|License verified by=Genium
 
|License verified by=Genium
 
|License verified date=2016/01/31
 
|License verified date=2016/01/31
 +
}}
 +
{{Software category
 +
|Interface=command-line, console
 +
|Programming-language=C
 +
|Runs-on=GNU/Linux
 
}}
 
}}
 
{{Person
 
{{Person
Line 40: Line 45:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=mail@bernhard-voelker.de
 
|Email=mail@bernhard-voelker.de
 +
|Username=berny
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 47: Line 53:
 
{{Resource
 
{{Resource
 
|Resource audience=Savannah (Ref)
 
|Resource audience=Savannah (Ref)
|Resource URL=https://savannah.gnu.org/projects/findutils
+
|Resource URL=https://savannah.gnu.org/projects/findutils/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=https://git.savannah.gnu.org/cgit/findutils.git
+
|Resource URL=https://git.savannah.gnu.org/cgit/findutils.git/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/archive/html/bug-findutils
+
|Resource URL=https://lists.gnu.org/archive/html/bug-findutils/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/archive/html/findutils-patches
+
|Resource URL=https://lists.gnu.org/archive/html/findutils-patches/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://alpha.gnu.org/gnu/findutils/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=https://ftp.gnu.org/gnu/findutils
+
|Resource URL=https://ftp.gnu.org/gnu/findutils/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 69: Line 83:
 
|Resource URL=https://translationproject.org/domain/findutils.html
 
|Resource URL=https://translationproject.org/domain/findutils.html
 
}}
 
}}
{{Software category
+
{{Resource
|Interface=command-line, console
+
|Resource kind=General
|Programming-language=C
+
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 20:57, 1 February 2022


[edit]

GNU Findutils

https://www.gnu.org/software/findutils/
Find and operate on groups of files.

Findutils supplies the basic file directory searching utilities of the GNU system. It consists of two primary searching utilities: find recursively searches for files in a directory according to given criteria and locate lists files in a database that match a query. Two auxiliary tools are included: updatedb updates the file name database and xargs may be used to apply commands with arbitrarily long arguments.








Entry













"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.