summaryrefslogtreecommitdiffstats
path: root/bfs.1
Commit message (Collapse)AuthorAgeFilesLines
* 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