aboutsummaryrefslogtreecommitdiff
path: root/bin/cf
Commit message (Collapse)AuthorAgeFilesLines
* Resolve an issue with find(1) compatibilityTom Ryder2016-12-171-22/+10
|
* Centralize cf(1df)/cfr(1df)Tom Ryder2016-11-251-4/+13
| | | | | They are almost exactly the same script now; there might be a better way to do this
* Less clumsy method of countingTom Ryder2016-11-251-5/+1
|
* Handle find(1) path metacharsTom Ryder2016-11-251-1/+5
|
* Simplify cf(1df) with a find(1) commandTom Ryder2016-11-251-12/+6
| | | | This should also work for very large numbers of files
* Simplify cf(1df) and cfr(1df)Tom Ryder2016-11-251-23/+2
| | | | | It turns out `-exec foo {} +` is in fact POSIX behaviour (since SUSv3 as far as I can tell).
* Add -o option to cf(1df)Tom Ryder2016-09-031-3/+29
|
* Improve commenting/exit handling in binscriptsTom Ryder2016-08-091-2/+3
|
* Handle different .* expansion in cf(1), dub(1)Tom Ryder2016-08-051-2/+5
| | | | | | OpenBSD seems to omit . and .. from its .* expansion (which actually makes more sense to me), but Bash on Linux does not. This makes the "shift 2" test more explicit.
* Switch to slightly faster cf(1) methodTom Ryder2016-07-311-9/+14
|
* Change cf(1) to POSIX sh and multi argsTom Ryder2016-07-311-27/+20
|
* Change cf() from Bash func to shell scriptTom Ryder2016-07-301-0/+27