aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-02 00:20:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-02 00:31:25 +1200
commitb59b96c291a5ddd02a58c9e91627cca5aadc6138 (patch)
tree9fe50993739a1a64a62846fe022046c867294ed2 /ISSUES.markdown
parentAdd tot(1df) (diff)
downloaddotfiles-b59b96c291a5ddd02a58c9e91627cca5aadc6138.tar.gz
dotfiles-b59b96c291a5ddd02a58c9e91627cca5aadc6138.zip
Reimplement cfr(1df) using cf(1df)
Resolves issue; not as fast as non-portable printf hack, but good enough. Also properly excludes root from the count.
Diffstat (limited to 'ISSUES.markdown')
-rw-r--r--ISSUES.markdown3
1 files changed, 0 insertions, 3 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index 27e28a0d..2715bfbb 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -30,6 +30,3 @@ Known issues
* sxhkd(1) might be nicer than xbindkeys; it's in Debian Testing now
* Maybe I should port some of the prompt functions to POSIX sh so I don't
have to maintain parallel versions for bash, pdksh, and zsh
-* find(1) -printf isn't POSIX, and isn't even in OpenBSD's version. Is there
- a nicer way to do cfr(1df) efficiently while still handling edge cases like
- files with newlines? -exec printf . works, but it's sloooow ...