From cd63bce2f6f511078eb8fcf7a1c0e86eabb689d3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 1 Sep 2016 22:59:08 +1200 Subject: Fix POSIX non-compliance in cfr(1) Which slows it down a *lot*; add an issue. --- ISSUES.markdown | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ISSUES.markdown') diff --git a/ISSUES.markdown b/ISSUES.markdown index 2715bfbb..27e28a0d 100644 --- a/ISSUES.markdown +++ b/ISSUES.markdown @@ -30,3 +30,6 @@ 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 ... -- cgit v1.2.3