commit cbd369106919d66ae1fe0dd930eeff3f761c01bc
parent 470f631f9b8c2e243ad1e7398f868176ca032ac8
Author: root <mail@josuah.net>
Date: Fri, 1 Dec 2017 03:10:00 +0100
the less shell builtins the saner
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/io b/bin/io
@@ -32,7 +32,7 @@ $(
[ "$dir" -nt "$cache" ] &&
find "$dir" -name .git -prune -o -print | sort -o "$cache"
done
- cat "$HOME/.cache/find"/* "$HOME/.cache/find"/.*
+ find "$HOME/.cache/find" -type f -exec cat {} +
)
#--- uri -----------------------------------------------------------------------
$(cat "$HOME/etc/uri")