#
b4ede68c |
| 23-Nov-2024 |
Thomas Eberhardt <sneakywumpus@gmail.com> |
find: Correct ls(1) equivalent command for -ls primary
After commit 3bfbb521fef5, -g stopped being a no-op. The -g hasn't been required for equivalent output since 4.4BSD.
PR: 282901 Fixes: 3bfb
find: Correct ls(1) equivalent command for -ls primary
After commit 3bfbb521fef5, -g stopped being a no-op. The -g hasn't been required for equivalent output since 4.4BSD.
PR: 282901 Fixes: 3bfbb521 ls: Improve POSIX compatibility for -g and -n.
show more ...
|
Revision tags: release/13.4.0, release/14.1.0, release/13.3.0 |
|
#
e4b646ce |
| 21-Jan-2024 |
Ricardo Branco <rbranco@suse.de> |
find: Add -readable, -writable & -executable options
Reviewed by: jhb, Mina Galić Pull Request: https://github.com/freebsd/freebsd-src/pull/1080
|
#
2a121b97 |
| 15-Jan-2024 |
Ricardo Branco <rbranco@suse.de> |
find: Allow '/' to be used with -perm for GNU compatibility
In 2005, Gnu find deprecated '+' as the leading character for the -perm argument, instead preferring '/' with the same meaning. Implement
find: Allow '/' to be used with -perm for GNU compatibility
In 2005, Gnu find deprecated '+' as the leading character for the -perm argument, instead preferring '/' with the same meaning. Implement that behavior here, and document it in the man page.
Reviewed by: imp, emaste Pull Request: https://github.com/freebsd/freebsd-src/pull/1060
show more ...
|
#
45438f9c |
| 22-Dec-2023 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
find: Add a warning about -delete.
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: pauamma_gundo.com Differential Revision: https://reviews.freebsd.org/D43162
|
#
bdcbfde3 |
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a pe
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
Revision tags: release/14.0.0 |
|
#
b2c76c41 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
Revision tags: release/13.2.0 |
|
#
14ebab25 |
| 24-Jan-2023 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
find: Logic nit in man page.
Arguments follow primaries, not the other way around.
MFC after: 1 week Sponsored by: Klara, Inc.
Reviewed by: markj Differential Revision: https://reviews.freebsd.org
find: Logic nit in man page.
Arguments follow primaries, not the other way around.
MFC after: 1 week Sponsored by: Klara, Inc.
Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D38173
show more ...
|
Revision tags: release/12.4.0 |
|
#
93b8510c |
| 02-Aug-2022 |
Gordon Bergling <gbe@FreeBSD.org> |
find.1: Correct the markup
- ASCII is an acronym and there is no ascii(8) manual page - Reference ascii(7) in the SEE ALSO section
Reported by: karels X-MFC with: 321dc6ee7e81
|
#
321dc6ee |
| 31-Jul-2022 |
Gordon Bergling <gbe@FreeBSD.org> |
find.1: Fix mandoc warnings and mention a useful manpage
- new sentence, new line - unknown AT&T UNIX version: At v7 - no blank before trailing delimiter - reference the ASCII(8) manual page
MFC af
find.1: Fix mandoc warnings and mention a useful manpage
- new sentence, new line - unknown AT&T UNIX version: At v7 - no blank before trailing delimiter - reference the ASCII(8) manual page
MFC after: 5 days
show more ...
|
#
d6054ee6 |
| 22-Jul-2022 |
Eugene Grosbein <eugen@FreeBSD.org> |
find.1: small language fix after previous change
collate -> collation
|
#
26a329f4 |
| 22-Jul-2022 |
Eugene Grosbein <eugen@FreeBSD.org> |
find.1: explain why "find -s" may differ from "find | sort"
In short, that's because a directory name may end with a character that goes before slash (/).
MFC after: 1 week
|
Revision tags: release/13.1.0, release/12.3.0 |
|
#
52dbe1a0 |
| 08-Nov-2021 |
Felix Johnson <felix.the.red@gmail.com> |
find(1): Update date format reference and remove cvs(1) references
cvs(1) is not installed by default. Change the date format reference to note that find(1) understands ISO8601 and RFC822 date forma
find(1): Update date format reference and remove cvs(1) references
cvs(1) is not installed by default. Change the date format reference to note that find(1) understands ISO8601 and RFC822 date formats. Also remove references to cvs(1).
PR: 254894 MFC after: 3 days Reported by: danielsh@apache.org
show more ...
|
#
82483ea7 |
| 13-May-2021 |
Ceri Davies <ceri@FreeBSD.org> |
find(1): Document the -f option
PR: 223127 Reported by: Mathieu Arnold <mat at FreeBSD dot org> Reviewed by: bcr, gbe MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D30215
|
Revision tags: release/13.0.0 |
|
#
a9275d99 |
| 13-Mar-2021 |
Gordon Bergling <gbe@FreeBSD.org> |
ls(1): Refine the HISTORY within the manual page.
A simple find command appeared in Version 1 AT&T UNIX and was removed in Version 3 AT&T UNIX. It was rewritten for Version 5 AT&T UNIX and later be
ls(1): Refine the HISTORY within the manual page.
A simple find command appeared in Version 1 AT&T UNIX and was removed in Version 3 AT&T UNIX. It was rewritten for Version 5 AT&T UNIX and later be enhanced for the Programmer's Workbench (PWB). These changes were later incorporated in AT&T UNIX v7.
Reviewed by: imp MFC after: 1 week
show more ...
|
#
75e6f664 |
| 23-Feb-2021 |
Daniel Ebdrup Jensen <debdrup@FreeBSD.org> |
find(1): Mark -not as an extensions to POSIX
While here, change mdoc macro from Ic to Fl.
PR: 253499 Reported by: Michael Siegel <bugcounterism at malbolge.net>
|
Revision tags: release/12.2.0, release/11.4.0 |
|
#
93e0e298 |
| 18-Apr-2020 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
Use the Ic macro for find(1) primaries consistently
MFC after: 3 days
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
#
348238db |
| 01-Mar-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r314420 through r314481.
|
#
fbbd9655 |
| 01-Mar-2017 |
Warner Losh <imp@FreeBSD.org> |
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96
show more ...
|
#
9b3ece1c |
| 04-Feb-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r313243
|
#
2004ce3f |
| 24-Jan-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r312624 through r312719.
|
#
16ce602c |
| 24-Jan-2017 |
Sevan Janiyan <sevan@FreeBSD.org> |
Improve wording when describing -mmin.
PR: 215922 Submitted by: danielsh AT apache DOT org Approved by: bcr (mentor) MFC after: 5 days Differential Revision: https://reviews.freebsd.org/D9313
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0 |
|
#
416ba5c7 |
| 22-Jun-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with HEAD (r280229-r284686).
|
#
98e0ffae |
| 27-May-2015 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge sync of head
|
#
7757a1b4 |
| 03-May-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
7263c8c0 |
| 22-Apr-2015 |
Glen Barber <gjb@FreeBSD.org> |
MFH: r280643-r281852
Sponsored by: The FreeBSD Foundation
|