aboutsummaryrefslogtreecommitdiff
path: root/bin/cfr
Commit message (Collapse)AuthorAgeFilesLines
* Resolve an issue with find(1) compatibilityTom Ryder2016-12-171-23/+11
|
* Centralize cf(1df)/cfr(1df)Tom Ryder2016-11-251-2/+26
| | | | | They are almost exactly the same script now; there might be a better way to do this
* Simplify cf(1df) and cfr(1df)Tom Ryder2016-11-251-3/+3
| | | | | It turns out `-exec foo {} +` is in fact POSIX behaviour (since SUSv3 as far as I can tell).
* Add error conditions to cfr(1)Tom Ryder2016-09-031-0/+2
|
* Correction and error catching for cfr(1df)Tom Ryder2016-09-031-1/+5
|
* Simplify cfr(1) with new -o option to cf(1)Tom Ryder2016-09-031-4/+3
|
* Add some interesting notes to cfr(1df)Tom Ryder2016-09-021-1/+1
|
* Reimplement cfr(1df) using cf(1df)Tom Ryder2016-09-021-5/+7
| | | | | Resolves issue; not as fast as non-portable printf hack, but good enough. Also properly excludes root from the count.
* Fix POSIX non-compliance in cfr(1)Tom Ryder2016-09-011-2/+4
| | | | Which slows it down a *lot*; add an issue.
* Add cfr(1df)Tom Ryder2016-09-011-0/+4