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