summaryrefslogtreecommitdiffstats
path: root/bfs.1
Commit message (Collapse)AuthorAgeFilesLines
* Implement -{a,B,c,m,}sinceTavian Barnes2020-02-121-0/+40
|
* Update documentation for the -mount/-xdev revertTavian Barnes2019-09-141-1/+3
|
* Make -mount and -xdev documentation alphabeticalTavian Barnes2019-07-051-3/+3
|
* Make -mount and -xdev do different thingsTavian Barnes2019-07-041-4/+3
| | | | | | | | | POSIX now says -mount should skip the whole mount point, while -xdev should only skip its descendents. C.f. http://austingroupbugs.net/view.php?id=1133 C.f. https://savannah.gnu.org/bugs/?42318 C.f. https://savannah.gnu.org/bugs/?54745
* bfs.1: Remove reference to non-existent sectionTavian Barnes2019-07-031-3/+1
|
* bfs.1: Color -S and bfs/dfs/ids differentlyTavian Barnes2019-06-161-5/+5
|
* parse: Use -S {bfs,dfs,ids} rather than -{bfs,dfs,ids}Tavian Barnes2019-06-041-8/+4
|
* Add documentation for -bfs/-dfs/-idsTavian Barnes2019-06-031-0/+14
|
* Add documentation for -xattrTavian Barnes2019-05-241-5/+8
|
* Implement -uniqueTavian Barnes2019-03-011-0/+5
| | | | Closes #48
* Re-write the help/manpageTavian Barnes2019-02-061-339/+277
| | | | | | I'm not sure people care very much whether the functionality they're looking up originated in POSIX/BSD/GNU find (and if they do, they can check those docs).
* Implement -acl testTavian Barnes2018-12-171-0/+5
|
* Add new -capable testTavian Barnes2018-12-171-0/+5
|
* bfs(1): Fix some double spaces after exclamation marksTavian Barnes2018-12-031-9/+2
|
* printf: Add %w and %Wk for file birth timesTavian Barnes2018-01-201-0/+16
| | | | | %w and %W were chosen to match the format specifiers for file birth times from stat(1)
* Add support for file birth/creation times on platforms that have itTavian Barnes2017-11-051-2/+19
| | | | Fixes #19
* Add a man pageTavian Barnes2017-10-151-0/+662
Fixes #31